Skip to content

Commit

Permalink
Also test on Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 4, 2014
1 parent d082ddd commit ce33401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
*.egg-info
*.pyc
.tox
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -50,6 +50,7 @@ def test_suite():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33
envlist = py26,py27,py33,py34

[testenv]
commands = python setup.py test -q
Expand Down

0 comments on commit ce33401

Please sign in to comment.