8000 Merge branch 'py36-travis' · drinkingjava/python-versioneer@9a6513d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a6513d

Browse files
committed
Merge branch 'py36-travis'
2 parents c619d3a + 885cbfa commit 9a6513d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ python:
1313
- "3.3"
1414
- "3.4"
1515
- "3.5"
16-
- "3.6-dev"
16+
- "3.6"
1717
- "pypy"
1818
- "pypy3"
1919
install:
2020
# virtualenv>=14.0.0 is incompatible with python 3.2
2121
- if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then pip install -U tox virtualenv; else travis_retry pip install tox "virtualenv<14.0.0"; fi
2222
script:
23-
- if [[ $TRAVIS_PYTHON_VERSION == '3.6-dev' ]]; then tox -e py3.6; else tox -e py${TRAVIS_PYTHON_VERSION}; fi
23+
- tox -e py${TRAVIS_PYTHON_VERSION}
2424
matrix:
2525
allow_failures:
2626
- python: "pypy3"

0 commit comments

Comments
 (0)
0