diff --git a/.travis.yml b/.travis.yml index 81977fa5c..8a1dc1ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: