diff --git a/.travis.yml b/.travis.yml index 8a1dc1ab2..e60893f63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python # command to install dependencies -install: "pip install 'virtualenv<1.10' -e . detox" +install: "pip install -U detox" # # command to run tests script: detox --recreate notifications: