Skip to content

Commit 5a65cf5

Browse files
author
Alexander Pazdnikov
committed
fix run unit-tests
1 parent de82afb commit 5a65cf5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
- develop
77

88
install:
9-
- pip install pytest coverage codacy-coverage
9+
- pip install -r requirements-ci.txt
1010

1111
script:
1212
- set -e

requirements-ci.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
-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'
6-
pytest>=5.2; python_version >= '3.5'
7-
pytest-flask<1.0.0; python_version < '3.5'
8-
pytest-flask>=1.0.0; python_version >= '3.5'
2+
coverage>=4.5
3+
codacy-coverage>=1.3.11
4+
flake8>=3.7.9
5+
pytest>=5.2

0 commit comments

Comments
 (0)