Skip to content

Commit 552a1ca

Browse files
committed
Remove py2.7 and py3.4 from windows CI
Because life is short.
1 parent 3e2fef1 commit 552a1ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
environment:
22
matrix:
3-
- PYTHON: "C:\\Python27"
4-
- PYTHON: "C:\\Python34"
3+
#- PYTHON: "C:\\Python27"
4+
#- PYTHON: "C:\\Python34"
55
- PYTHON: "C:\\Python35"
66
install:
77
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
88
build: off
99
test_script:
1010
- "%PYTHON%\\python.exe -m unittest discover"
11+
- "%PYTHON%\\python.exe doctests.py"

0 commit comments

Comments
 (0)