summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index bd6b175..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-# based on https://github.com/jakubroztocil/httpie/blob/master/appveyor.yml
-build: false
-environment:
- matrix:
- - PYTHON: "C:/Python38"
-init:
- - "ECHO %PYTHON%"
- - ps: "ls C:/Python*"
- - "set path=%PYTHON%/Scripts;%path%"
- - "%PYTHON%/python.exe --version"
- - "%PYTHON%/Scripts/pip.exe --version"
-
-install:
- - "%PYTHON%/python.exe -m pip install --upgrade-strategy eager -U pip setuptools wheel"
- - "%PYTHON%/python.exe -m pip install --upgrade-strategy eager -Ur requirements-tests.txt"
- - "%PYTHON%/python.exe -m pip install ."
-
-test_script:
- - "py.test tests/"
- - "nikola"
- - "nikola help"