Skip to content

Commit

Permalink
Added Python 3.6 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
harnash committed Mar 4, 2017
1 parent f38f94f commit 1762de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36

install:
- pip install -U tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, pypy
envlist = py27, py33, py34, py35, py36, pypy
skipsdist = true

[testenv]
Expand Down

0 comments on commit 1762de7

Please sign in to comment.