diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2018-03-15 17:19:02 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2018-03-15 17:19:02 -0400 |
| commit | 6497cbee7ec93e05a599d828cdfc4f2f3f97b93b (patch) | |
| tree | 9092eb59874954476572ee38208e1944fd9d5854 | |
| parent | 3951232f8c5c621967f310c44e9ee42617963f93 (diff) | |
| download | python-requests-6497cbee7ec93e05a599d828cdfc4f2f3f97b93b.tar.gz | |
appveyor attempt
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
| -rw-r--r-- | appveyor.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1da1fa88..fdfe33d8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,21 +5,6 @@ build: off environment: matrix: - - PYTHON: "C:\\Python27-x64" - PYTHON_VERSION: "2.7.x" - PYTHON_ARCH: "64" - TOXENV: "py27" - - - PYTHON: "C:\\Python34-x64" - PYTHON_VERSION: "3.4.x" - PYTHON_ARCH: "64" - TOXENV: "py34" - - - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.x" - PYTHON_ARCH: "64" - TOXENV: "py35" - - PYTHON: "C:\\Python36-x64" PYTHON_VERSION: "3.6.x" PYTHON_ARCH: "64" |
