Skip to content

Commit

Permalink
test-requirements.txt: Fix coverage pin
Browse files Browse the repository at this point in the history
Coverage should have been ~= 4.2.0, not 4.2

Fixes coala#1316
  • Loading branch information
Mixih committed Jan 17, 2017
1 parent 670b12a commit 4a5c9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage~=4.2
coverage~=4.2.0
pytest~=3.0
pytest-cov~=2.4
pytest-env~=0.6.0
Expand Down

0 comments on commit 4a5c9ad

Please sign in to comment.