File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11environment :
2-
32 matrix :
43
54 # For Python versions available on Appveyor, see
@@ -14,14 +13,7 @@ environment:
1413 - PYTHON : " C:\\ Python35-x64"
1514 - PYTHON : " C:\\ Python36-x64"
1615
17- # officially unsupported
18- - PYTHON : " C:\\ Python33"
19- - PYTHON : " C:\\ Python33-x64"
20-
21- matrix :
22- allow_failures :
23- - PYTHON : " C:\\ Python33"
24- - PYTHON : " C:\\ Python33-x64"
16+ # Python 3.3 has reached EOL
2517
2618install :
2719 # Prepend Python installation to PATH
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ language: python
33python :
44 # CPython:
55 - " 2.7"
6- - " 3.3" # but allowed to fail
6+ # Python 3.3 has reached EOL and pytest fails there
77 - " 3.4"
88 - " 3.5"
99 - " 3.6"
1010 - " 3.7-dev" # TODO: change to "3.7" once it gets released
1111 - " nightly"
1212 # PyPy:
1313 - " pypy"
14- - " pypy3"
14+ - " pypy3.5 "
1515
1616os :
1717 - linux # Linux is officially supported and we test the library under
@@ -43,9 +43,6 @@ matrix:
4343
4444 # we do not allow dev builds to fail, since these builds are considered stable enough
4545
46- # Python 3.3 tests are allowed to fail since Python 3.3 is not offically supported any more
47- - python : " 3.3"
48-
4946install :
5047 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo bash test/open_vcan.sh ; fi
5148 - travis_retry pip install .[test]
You can’t perform that action at this time.
0 commit comments