1 parent 40465ed commit 4436b0fCopy full SHA for 4436b0f
1 file changed
.travis.yml
@@ -4,10 +4,9 @@ python:
4
- "3.4"
5
- "3.5"
6
- "3.6"
7
- - "3.7"
8
install:
9
- pip install -U pip wheel coverage codecov
10
- - pip install -r requirements.txt py.test
+ - pip install -r requirements.txt pytest
11
- python setup.py develop
12
script:
13
- coverage run -m py.test -v tests/ && codecov
0 commit comments