Skip to content

Commit

Permalink
new mirakuru only for python 3.6 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Sep 4, 2019
1 parent ec619d3 commit 6768254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8-dev
- pypy3.5
# blocklist branches
branches:
Expand Down
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io
coverage==4.5.4 # pytest-cov
boto3<1.10.0,<1.10.0
mirakuru==2.1.0
mirakuru==2.1.0; python_version>'3.5'
mirakuru<2.1.0; python_version<='3.5'
port-for==0.4
pytest==5.1.2

0 comments on commit 6768254

Please sign in to comment.