Skip to content

Commit

Permalink
jpadilla#26 Removing Python 3.3 references from other files.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 11, 2017
1 parent 8836e69 commit fecf473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -49,7 +49,6 @@ def get_version(module):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
py27-flake8,
py27, py32, py33, py34, py35
py27, py32, py34, py35

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

0 comments on commit fecf473

Please sign in to comment.