Skip to content

Commit

Permalink
Fix broken requirement: Python 2.6 requirements!
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Feb 3, 2018
1 parent fae81cd commit a12fc32
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
Expand Up @@ -11,7 +11,7 @@ ordereddict==1.1
# Use py.test as test-runner
pytest<3.3.0; python_version < '2.7'
pytest; python_version >= '2.7'
pytest-cov; python_version >= '2.7'
pytest-cov

# Let coverage use the most recent version
coverage
Expand Down

0 comments on commit a12fc32

Please sign in to comment.