Skip to content

Commit

Permalink
BUG fix requirements for python versions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 12, 2017
1 parent 51e98f1 commit 02b7e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest~=3.2
flake8
nose
mock==2.0.0 ; python_version == '2.7'
mock==2.0.0 ; python_version >= '2.7' and python_version < '3.0'

0 comments on commit 02b7e5e

Please sign in to comment.