8000
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.
2 parents c619d3a + 885cbfa commit 9a6513dCopy full SHA for 9a6513d
.travis.yml
@@ -13,14 +13,14 @@ python:
13
- "3.3"
14
- "3.4"
15
- "3.5"
16
- - "3.6-dev"
+ - "3.6"
17
- "pypy"
18
- "pypy3"
19
install:
20
# virtualenv>=14.0.0 is incompatible with python 3.2
21
- if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then pip install -U tox virtualenv; else travis_retry pip install tox "virtualenv<14.0.0"; fi
22
script:
23
- - if [[ $TRAVIS_PYTHON_VERSION == '3.6-dev' ]]; then tox -e py3.6; else tox -e py${TRAVIS_PYTHON_VERSION}; fi
+ - tox -e py${TRAVIS_PYTHON_VERSION}
24
matrix:
25
allow_failures:
26
- python: "pypy3"
0 commit comments