Skip to content

Commit

Permalink
Fix tests for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Feb 9, 2020
1 parent 26b2bce commit 1834804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
colorama==0.4.1; python_version <= "3.4"
pycodestyle==2.4.0; python_version < "2.7"
pycodestyle==2.5.0; python_version >= "2.7"
pytest==3.2.5; python_version < "2.7"
Expand Down

0 comments on commit 1834804

Please sign in to comment.