We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637f0c7 commit 1f4dc2aCopy full SHA for 1f4dc2a
.travis.yml
@@ -12,6 +12,7 @@ python:
12
- pypy3
13
install:
14
- travis_retry pip install -r requirements.txt
15
+- travis_retry pip install -r requirements-dev.txt
16
- travis_retry pip install coveralls
17
- if [ "$TRAVIS_PYTHON_VERSION" != "3.3" ]; then travis_retry pip install hypothesis; fi
18
script:
@@ -23,8 +24,6 @@ addons:
23
24
apt:
25
packages:
26
- pandoc
-before_deploy:
27
-- pip install -r requirements-dev.txt
28
deploy:
29
provider: pypi
30
user: skoegl
requirements-dev.txt
@@ -1,3 +1,3 @@
1
wheel
2
pypandoc
3
-hypothesis >= 3
+hypothesis>=3; python_version=="2.7" or python_version>"3.3"
0 commit comments