diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..05d3211423 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,17 @@ +version: 1.0.{build} +image: Ubuntu + +environment: + matrix: + - TOXENV: py27 + - TOXENV: py36 + - TOXENV: py37 + - TOXENV: py38 + +build: off + +install: +- make init + +test_script: +- tox