]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Fixes for Travis CI
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:50:02 +0000 (19:50 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:50:02 +0000 (19:50 +0100)
.travis.yml

index 3edd5fddbf080d3308c5424a0747c344bf320736..58984a175eefdeb28a5c8eeeb82014dc05afe8c0 100644 (file)
@@ -4,10 +4,9 @@ python:
     - "3.4"
     - "3.5"
     - "3.6"
-    - "3.7"
 install:
     - pip install -U pip wheel coverage codecov
-    - pip install -r requirements.txt py.test
+    - pip install -r requirements.txt pytest
     - python setup.py develop
 script:
     - coverage run -m py.test -v tests/ && codecov