We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7578020 commit 316fab2Copy full SHA for 316fab2
appveyor.yml
@@ -2,7 +2,6 @@ build: false
2
environment:
3
matrix:
4
- TOXENV: py27
5
- - TOXENV: py33
6
- TOXENV: py34
7
- TOXENV: py35
8
- TOXENV: py36
@@ -13,10 +12,6 @@ init:
13
12
- "ECHO %TOXENV%"
14
- ps: "ls C:\\Python*"
15
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"
20
- "c:\\python27\\Scripts\\pip install tox"
21
test_script:
22
- "git clean -f -d -x"
0 commit comments