Skip to content

Commit

Permalink
Merge 82655b4 into beda9a4
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Jul 8, 2020
2 parents beda9a4 + 82655b4 commit 6d83b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,10 +1,10 @@
# Configuration script to Travis-CI
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -e .[test]
- pip install coveralls
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
install_requires=['setuptools',
'appdirs>=1.3.0'
],
extras_require={'test': ["mock", "pytest", "pytest-cov"]},
extras_require={'test': ["mock", "pytest>=4.6", "pytest-cov"]},
tests_require=["mock"],
include_package_data=True,
zip_safe=True
Expand Down

0 comments on commit 6d83b92

Please sign in to comment.