diff options
| author | 2021-04-22 20:22:47 -0400 | |
|---|---|---|
| committer | 2021-04-22 20:22:47 -0400 | |
| commit | 8eeed31eb2f86ac982fa4b26f93b15828289c56d (patch) | |
| tree | 2d95f6a10afaeb9f5e25dabde5fe38de3f8458d1 /appveyor.yml | |
| parent | 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff) | |
New upstream version 8.1.3.upstream/8.1.3
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 21 |
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" |
