Skip to content

Commit

Permalink
Try to fix the build on Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Jul 8, 2014
1 parent 934021d commit 24da53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:
env: DATABASE_ENGINE=mysql
fast_finish: true
install:
- pip install -U setuptools
- pip install -U setuptools==5.3
- python bootstrap.py
- ./bin/buildout -c travis.cfg testenv:DJANGO_SETTINGS_MODULE=zinnia.tests.implementations.$DATABASE_ENGINE
- sh -c "if [ '$DATABASE_ENGINE' = 'postgres' ];
Expand Down

0 comments on commit 24da53e

Please sign in to comment.