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 de82afb commit 5a65cf5Copy full SHA for 5a65cf5
.travis.yml
@@ -6,7 +6,7 @@ branches:
6
- develop
7
8
install:
9
- - pip install pytest coverage codacy-coverage
+ - pip install -r requirements-ci.txt
10
11
script:
12
- set -e
requirements-ci.txt
@@ -1,8 +1,5 @@
1
-r requirements.txt
2
-coverage==4.5
3
-codacy-coverage==1.3.11
4
-flake8==3.7.9
5
-pytest<=4.6.9; python_version < '3.5'
-pytest>=5.2; python_version >= '3.5'
-pytest-flask<1.0.0; python_version < '3.5'
-pytest-flask>=1.0.0; python_version >= '3.5'
+coverage>=4.5
+codacy-coverage>=1.3.11
+flake8>=3.7.9
+pytest>=5.2
0 commit comments