summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-04-19 20:49:17 -0500
committerMichael Merickel <michael@merickel.org>2016-04-19 21:05:31 -0500
commit564c396522113ba31cf1c0c81c4497aa6ba5d704 (patch)
treef24d877e6a67ba1c7354a1c3441a2e19e00c4628
parent947aca9cf28477c4ebb45e319ee2eaa638d4e0d9 (diff)
downloadpyramid-564c396522113ba31cf1c0c81c4497aa6ba5d704.tar.gz
pyramid-564c396522113ba31cf1c0c81c4497aa6ba5d704.tar.bz2
pyramid-564c396522113ba31cf1c0c81c4497aa6ba5d704.zip
test appveyor.yml
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 000000000..1350507b2
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,12 @@
+environment:
+ matrix:
+ - PYTHON: "C:\\Python35"
+ TOXENV: "py35"
+
+install:
+ - "%PYTHON%\\python.exe -m pip install tox"
+
+build: off
+
+test_script:
+ - "%PYTHON%\\Scripts\\tox.exe"