From 7f24f7d34c5eb2c4c55eb9a4dd15cdc5dbc0615f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 22 Dec 2017 14:36:13 +0100 Subject: [PATCH] Delete appveyor.yml --- appveyor.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index f362fc4f..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,22 +0,0 @@ -# https://ci.appveyor.com/project/jakubroztocil/httpie -build: false - -environment: - matrix: - - PYTHON: "C:/Python27" - # Python 3.4 has outdated pip - # - PYTHON: "C:/Python34" - - PYTHON: "C:/Python36" - -init: - - "ECHO %PYTHON%" - - ps: "ls C:/Python*" - -install: - - "%PYTHON%/python.exe -m pip install -U pip" - - "%PYTHON%/python.exe -m pip install -e ." - -test_script: - - "%PYTHON%/python.exe -m pip --version" - - "%PYTHON%/Scripts/http.exe --debug" - - "%PYTHON%/python.exe setup.py test"