We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7359004 commit 61bc0a0Copy full SHA for 61bc0a0
.travis.yml
@@ -2,12 +2,12 @@ dist: xenial
2
language: python
3
python:
4
- "2.7"
5
- - "3.4"
+ - "3.5"
6
- "3.7"
7
- - "3.8-dev"
+ - "3.8"
8
- "pypy3.5"
9
install:
10
- pip install -e .
11
- pip install --upgrade pytest pytest-cov codacy-coverage
12
-script: py.test -v --color=yes --cov-report xml --cov=canopen test/
+script: pytest -v --color=yes --cov-report xml --cov=canopen test/
13
after_script: python-codacy-coverage
0 commit comments