Skip to content

Commit 61bc0a0

Browse files
Update CI with new Python versions
1 parent 7359004 commit 61bc0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ dist: xenial
22
language: python
33
python:
44
- "2.7"
5-
- "3.4"
5+
- "3.5"
66
- "3.7"
7-
- "3.8-dev"
7+
- "3.8"
88
- "pypy3.5"
99
install:
1010
- pip install -e .
1111
- pip install --upgrade pytest pytest-cov codacy-coverage
12-
script: py.test -v --color=yes --cov-report xml --cov=canopen test/
12+
script: pytest -v --color=yes --cov-report xml --cov=canopen test/
1313
after_script: python-codacy-coverage

0 commit comments

Comments
 (0)