Skip to content

Commit 316fab2

Browse files
committed
updated Appveyor settings files
1 parent 7578020 commit 316fab2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ build: false
22
environment:
33
matrix:
44
- TOXENV: py27
5-
- TOXENV: py33
65
- TOXENV: py34
76
- TOXENV: py35
87
- TOXENV: py36
@@ -13,10 +12,6 @@ init:
1312
- "ECHO %TOXENV%"
1413
- ps: "ls C:\\Python*"
1514
install:
16-
- ps: Invoke-WebRequest "https://bootstrap.pypa.io/ez_setup.py" -OutFile "c:\\ez_setup.py"
17-
- ps: Invoke-WebRequest "https://bootstrap.pypa.io/get-pip.py" -OutFile "c:\\get-pip.py"
18-
- "c:\\python27\\python c:\\ez_setup.py"
19-
- "c:\\python27\\python c:\\get-pip.py"
2015
- "c:\\python27\\Scripts\\pip install tox"
2116
test_script:
2217
- "git clean -f -d -x"

0 commit comments

Comments
 (0)