diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..c9bb8ee --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +version: 1.0.{build}
+environment:
+ matrix:
+ - TOXENV: py27
+ - TOXENV: py35
+ - TOXENV: py36
+ - TOXENV: py37
+install:
+- cmd: pip install tox
+build: off
+test_script:
+- cmd: tox
|