Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Replace py 3.2 classifier with 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Jul 24, 2016
1 parent 5744184 commit a100f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -130,9 +130,9 @@ def run_tests(self):
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python',
'Topic :: Software Development',
],
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -4,9 +4,9 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py30, py31, py32, py33, py34, py35, pypy
envlist = py26, py27, py33, py34, py35, pypy

[testenv]
commands =
commands =
pip install -e .[tests]
python setup.py test

0 comments on commit a100f65

Please sign in to comment.