Skip to content

Commit 43982d2

Browse files
committed
fix ci
1 parent 7984a90 commit 43982d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ python:
44
# command to install dependencies
55
install:
66
- pip install --quiet -r requirements.txt
7-
- pip install pytest pytest-cov
7+
- pip install pytest>=3.6
8+
- pip install pytest-cov
89
# command to run tests
910
script:
1011
- pytest --cov=./

0 commit comments

Comments
 (0)