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"