stick to virtualenv<1.10 for now because it breaks python2.5

This commit is contained in:
holger krekel 2013-07-24 12:08:20 +02:00
parent 6d145ac93a
commit 997df928b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: python
# command to install dependencies
install: "pip install -e . detox"
install: "pip install 'virtualenv<1.10' -e . detox"
# # command to run tests
script: detox --recreate
notifications: