Skip to content

Commit

Permalink
Also run tests with python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeMF committed Sep 25, 2015
1 parent 4c917d0 commit 08bea4a
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 @@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
sudo: false
script: nosetests test --verbose
notifications:
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 = py26,py27,py33,py34
envlist = py26,py27,py33,py34,py35
[testenv]
deps =
nose
Expand Down

0 comments on commit 08bea4a

Please sign in to comment.