Skip to content

Commit

Permalink
Test against py35
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Sep 27, 2015
1 parent c58449a commit 7ed1f57
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 @@ -5,6 +5,7 @@ language: python
sudo: false

python:
- "3.5"
- "3.4"
- "3.3"
- "2.7"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def read(fname):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
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=
-rdev-requirements.txt
Expand Down

0 comments on commit 7ed1f57

Please sign in to comment.