Skip to content

Commit

Permalink
Add python 3.5 and 3.6 to the text matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
armooo committed Nov 2, 2016
1 parent c6cb95e commit d36153b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,8 @@ python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6-dev"
- "pypy"
addons:
apt:
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{26,27,34}-test, pypy-test, py{27,34}-flake8
envlist = py{26,27,34,35,36}-test, pypy-test, py{27,35}-flake8

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand All @@ -20,5 +20,7 @@ commands =
[tox:travis]
2.6 = py26-test
2.7 = py27-{test,flake8}
3.4 = py34-{test,flake8}
3.4 = py34-test
3.5 = py35-{test,flake8}
3.6-dev = py36-test
pypy = pypy-test

0 comments on commit d36153b

Please sign in to comment.