Skip to content

Commit 4436b0f

Browse files
committed
Fixes for Travis CI
1 parent 40465ed commit 4436b0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7-
- "3.7"
87
install:
98
- pip install -U pip wheel coverage codecov
10-
- pip install -r requirements.txt py.test
9+
- pip install -r requirements.txt pytest
1110
- python setup.py develop
1211
script:
1312
- coverage run -m py.test -v tests/ && codecov

0 commit comments

Comments
 (0)