Skip to content

Commit

Permalink
All Python 3 verions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Jul 20, 2018
1 parent 7ff4d1a commit 70a4e62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,17 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
"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",
"Programming Language :: Python :: 3.7",
"Topic :: Utilities",
],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
python_requires=">=2.7",
install_requires=[
"requests~=2.0",
"furl~=1.0",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py27, py36
envlist = py27, py30, py31, py32, py33, py34, py35, py36, py37
skip_missing_interpreters = True

[testenv]
whitelist_externals =
Expand Down

0 comments on commit 70a4e62

Please sign in to comment.