summaryrefslogtreecommitdiffstats
path: root/dead_code/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:52 +0000
commitdd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 (patch)
tree5206eca8bd60016feeda38ba7a1fb8f21cdc23f5 /dead_code/appveyor.yml
parentReleasing debian version 3.1.0-5. (diff)
downloadterminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.tar.xz
terminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.zip
Merging upstream version 3.1.10 (Closes: #1014035).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dead_code/appveyor.yml')
-rw-r--r--dead_code/appveyor.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/dead_code/appveyor.yml b/dead_code/appveyor.yml
new file mode 100644
index 0000000..8b7d1c9
--- /dev/null
+++ b/dead_code/appveyor.yml
@@ -0,0 +1,27 @@
+# Configure.
+environment:
+ PATH: C:\%PYTHON%;C:\%PYTHON%\Scripts;%PATH%
+ PYTHON: Python35
+ matrix:
+ - TOX_ENV: lint
+ - TOX_ENV: py35
+ - TOX_ENV: py34
+ - TOX_ENV: py33
+ - TOX_ENV: py27
+ - TOX_ENV: py
+ PYTHON: Python35-x64
+ - TOX_ENV: py
+ PYTHON: Python34-x64
+ - TOX_ENV: py
+ PYTHON: Python33-x64
+ - TOX_ENV: py
+ PYTHON: Python27-x64
+
+# Run.
+build_script: pip install tox
+test_script: tox -e %TOX_ENV%
+on_success: IF %TOX_ENV% NEQ lint pip install codecov & codecov
+
+# Post.
+on_finish:
+ - FOR %%F IN (test*.png) DO appveyor PushArtifact %%F