Skip to content

Commit

Permalink
Explicitly test against python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 1, 2016
1 parent 3ebc9e7 commit 94f5627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,8 +1,9 @@
language: python
python: 3.5
env: # These should match the tox env list
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
install: pip install coveralls tox
script: tox
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,8 +14,8 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'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',
Expand Down

0 comments on commit 94f5627

Please sign in to comment.