Skip to content

Commit

Permalink
Support Python 3.7 and 3.8 (#85)
Browse files Browse the repository at this point in the history
* Support Python 3.7 and 3.8
* Specify mock version to support py2
  • Loading branch information
unnonouno committed Feb 25, 2020
1 parent 512d9c6 commit 6e66c5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ matrix:
python: "3.5"
- os: linux
python: "3.6"
- os: linux
python: "3.7"
- os: linux
python: "3.8"
- os: osx
language: generic

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirement
-----------

- Linux, macOS
- Python 2.7, 3.4, 3.5, 3.6
- Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8


Install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
'Intended Audience :: Information Technology',
'Topic :: Utilities',
],
tests_require=['mock'],
tests_require=['mock<=2.0.0'],
test_suite='test',
)

0 comments on commit 6e66c5b

Please sign in to comment.