Skip to content

Commit 2360b00

Browse files
author
Alberto Scotta
committed
Merge remote-tracking branch 'upstream/develop' into slcan_clean
2 parents 7f8c686 + c79bba8 commit 2360b00

109 files changed

Lines changed: 7195 additions & 3931 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.appveyor.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,17 @@ environment:
22
matrix:
33

44
# For Python versions available on Appveyor, see
5-
# http://www.appveyor.com/docs/installed-software#python
6-
# Python 3.0-3.3 have reached EOL
5+
# https://www.appveyor.com/docs/windows-images-software/#python
6+
# Only Python 3.6+ is supported
77

8-
- PYTHON: "C:\\Python27"
9-
- PYTHON: "C:\\Python34"
10-
- PYTHON: "C:\\Python35"
118
- PYTHON: "C:\\Python36"
129
- PYTHON: "C:\\Python37"
13-
- PYTHON: "C:\\Python27-x64"
14-
- PYTHON: "C:\\Python34-x64"
15-
- PYTHON: "C:\\Python35-x64"
1610
- PYTHON: "C:\\Python36-x64"
1711
- PYTHON: "C:\\Python37-x64"
1812

1913
install:
2014
# Prepend Python installation and scripts (e.g. pytest) to PATH
21-
- set PATH=%PYTHON_INSTALL%;%PYTHON_INSTALL%\\Scripts;%PATH%
15+
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
2216

2317
# We need to install the python-can library itself including the dependencies
2418
- "python -m pip install .[test,neovi]"
@@ -30,4 +24,4 @@ test_script:
3024
- "pytest"
3125

3226
# uplad coverage reports
33-
- "codecov"
27+
- "codecov -X gcov"

0 commit comments

Comments
 (0)