Skip to content

Commit

Permalink
try to tell travis to use python2-compat pytest-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
deargle committed May 21, 2020
1 parent 2de5c10 commit 65ff1a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]
},
setup_requires = ['pytest-runner'],
tests_require=['pytest','ciso8601','pytest-mock','pytz'],
tests_require=['pytest','ciso8601','pytest-mock~=1.13.0','pytz'],
extras_require={
':python_version == "2.7"': ['futures']
},
Expand Down Expand Up @@ -67,4 +67,3 @@
install_requires.append(req)

setup(**setup_args)

0 comments on commit 65ff1a1

Please sign in to comment.