Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Merge 1271a9b into 2f78bab
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jun 29, 2018
2 parents 2f78bab + 1271a9b commit a5e540a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def run_tests(self):


install_requires = [
'requests==2.7.0',
'six==1.9.0',
'requests==2.19.1',
'six==1.11.0',
]


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py33, py34, py35
envlist = py27, py34, py35, py36, py37
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit a5e540a

Please sign in to comment.