Skip to content

Commit

Permalink
Adds python 3.5 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Nov 28, 2015
1 parent 4df35ef commit 7d1b58a
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 @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
- pip install -r tests-requirements.txt
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
envlist = py27, py34, py35

[testenv]
deps = -rrequirements.txt
Expand Down

0 comments on commit 7d1b58a

Please sign in to comment.