Skip to content

Commit

Permalink
Support and test Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Mar 26, 2018
1 parent d2ca6d4 commit f46b4dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- '3.5'
- '3.6'
- '3.7-dev'
- 'pypy3.5-5.9.0'
- 'nightly'
dist: trusty
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -50,6 +50,7 @@ def long_description():
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
]
)
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,4 +1,4 @@
[tox]
envlist = py35,py36,pypy3
envlist = py35,py36,py37,pypy3
[testenv]
commands=python setup.py test

0 comments on commit f46b4dc

Please sign in to comment.