Skip to content

Commit

Permalink
Updates setup.py and tox.ini to reflect supported python versions (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
kritchie authored and garrettheel committed Jan 3, 2019
1 parent edb477a commit daabcf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'Programming Language :: Python',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: MIT License',
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude = .tox,docs,build

[tox]
envlist = py26,py27,py33,py34,py35,pypy
envlist = py26,py27,py33,py34,py35,py36,pypy

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit daabcf9

Please sign in to comment.