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 df16b83 commit 76e6605
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
# blocklist branches
branches:
Expand Down
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ pytest==5.1.2
psycopg2-binary==2.8.3; platform_python_implementation != "PyPy"
psycopg2cffi==2.8.1; platform_python_implementation == "PyPy"
port-for==0.4
mirakuru==2.1.0
mirakuru==2.1.0; python_version>'3.5'
mirakuru<2.1.0; python_version<='3.5'
-e .[tests]

0 comments on commit 76e6605

Please sign in to comment.