stick to virtualenv<1.10 for now because it breaks python2.5
This commit is contained in:
parent
6d145ac93a
commit
997df928b7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue