Skip to content

Commit

Permalink
Update builds with py35 and py36 support
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored and waylan committed Nov 18, 2017
1 parent f018b0e commit 007bd2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ matrix:
env: TOXENV=py33
- python: '3.4'
env: TOXENV=py34
- python: '3.5'
env: TOXENV=py35
- python: '3.6'
env: TOXENV=py36
- python: 'pypy'
env: TOXENV=pypy
- env: TOXENV=flake8
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ def has_docs(self):
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Communications :: Email :: Filters',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
'Topic :: Internet :: WWW/HTTP :: Site Management',
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, py32, py33, py34, pypy, flake8, checkspelling
envlist = py27, py32, py33, py34, py35, py36, pypy, flake8, checkspelling

[testenv]
deps = -rtest-requirements.txt
Expand Down

0 comments on commit 007bd2a

Please sign in to comment.