seb-m / pyinotify

Monitoring filesystems events with inotify on Linux.
http://github.com/seb-m/pyinotify/wiki
MIT License
2.29k stars 379 forks source link

Travis-CI tests for old Python versions fail #179

Open letorbi opened 5 years ago

letorbi commented 5 years ago

The Travis-CI tests for Python versions that have reached the end of their lifetime are failing, because the related archives cannot be downloaded anymore. Here is an example for Python 3.3:

Screenshot from 2019-08-15 21-42-43

The failing versions are 2.6, 3.2 and 3.3. All details can be found at https://travis-ci.org/seb-m/pyinotify/builds/572344190

Maybe PR https://github.com/seb-m/pyinotify/pull/164 could fix this...