We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2798f59 commit 90a383eCopy full SHA for 90a383e
1 file changed
.travis.yml
@@ -10,7 +10,9 @@ branches:
10
only:
11
- master
12
- /^v[0-9]/
13
-before_install: pip install tox-travis
+before_install:
14
+ - pip install virtualenv==15.2.0
15
+ - pip install tox-travis
16
script: tox
17
before_deploy:
18
- pip install -e .
0 commit comments