Skip to content

Commit 295907a

Browse files
author
Scott Sanderson
committed
BLD: Run tox for python 3.6
1 parent 218ab55 commit 295907a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "2.7"
55
- "3.4"
66
- "3.5"
7+
- "3.6"
78

89
before_script:
910
- pip install tox
@@ -12,3 +13,4 @@ script:
1213
- if [[ $TRAVIS_PYTHON_VERSION = '2.7' ]]; then tox -e py27; fi
1314
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34; fi
1415
- if [[ $TRAVIS_PYTHON_VERSION = '3.5' ]]; then tox -e py35; fi
16+
- if [[ $TRAVIS_PYTHON_VERSION = '3.6' ]]; then tox -e py36; fi

py36-coverage.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
py35-coverage.ini

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{27,34,35}
2+
envlist=py{27,34,35,36}
33
skip_missing_interpreters=true
44

55
[pep8]

0 commit comments

Comments
 (0)