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 a430d0e commit f7faa91Copy full SHA for f7faa91
.travis.yml
@@ -18,6 +18,7 @@ addons:
18
- xvfb
19
20
install:
21
+ - pip install --upgrade pip
22
- pip install tox
23
- export TOX_ENV=`tox --listenvs | grep -v win | grep "py${TRAVIS_PYTHON_VERSION/./}" | tr '\n' ','`
24
0 commit comments