Skip to content

Commit

Permalink
Test py35
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Dec 19, 2015
1 parent 2d30603 commit e046ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python: "2.7"
install:
- pip install tox
env:
- TOX_ENV=py35
- TOX_ENV=py34
- TOX_ENV=py27
- TOX_ENV=py26
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -3,6 +3,7 @@ envlist =
py26,
py27,
py34,
py35,

[testenv]
commands = py.test --pep8
Expand All @@ -19,3 +20,6 @@ basepython=python2.7

[testenv:py34]
basepython=python3.4

[testenv:py35]
basepython=python3.5

0 comments on commit e046ff8

Please sign in to comment.