Skip to content

Commit

Permalink
Add py35 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Mar 20, 2016
1 parent 10e6060 commit efd9bab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python:
- 2.7
- 3.3
- 3.4
- 3.5
install:
- pip install -e ".[test]"
script:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def get_version():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
]
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
envlist = py27, py33, py34, py35

[testenv]
commands = pip install -e ".[test]"
Expand Down

0 comments on commit efd9bab

Please sign in to comment.