miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Travis - remove Django 1.7 environments #78

Closed adamchainz closed 8 years ago

adamchainz commented 8 years ago

These should have been removed in 3faa97d6f8f758f785902c90a78af40163f5bb48.

adamchainz commented 8 years ago

N.B. tests are still broken on other environments due to webassets==dev not being found, not sure what the fix there would be, seems like webassets dev version has gone missing from PyPI?

miracle2k commented 8 years ago

webassets=dev was never on PyPI. Rather, the whole thing was setup so that pip will find it on the Github website. This has been disabled for security reasons by my understanding.

The solution might be to the the same as in Flask-Assets, which is simply to link to the latest released version of webassets.