Skip to content

Commit

Permalink
Add py35.
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Nov 23, 2015
1 parent 2e1e9cd commit 8257e9f
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 @@ -3,6 +3,7 @@ language: python
python:
- 2.7
- 3.4
- 3.5

env:
global:
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,py34,pep8
envlist = py27,py34,py35,pep8

[testenv]
commands=python setup.py test
Expand Down

0 comments on commit 8257e9f

Please sign in to comment.