Michael Merickel
2018-10-18 f28dbb0ba8d276fad10a3cd25e4d60b298702d83
appveyor.yml
@@ -1,7 +1,20 @@
environment:
  matrix:
    - PYTHON: "C:\\Python37"
      TOXENV: "py37"
    - PYTHON: "C:\\Python36"
      TOXENV: "py36"
    - PYTHON: "C:\\Python35"
      TOXENV: "py35"
    - PYTHON: "C:\\Python34"
      TOXENV: "py34"
    - PYTHON: "C:\\Python27"
      TOXENV: "py27"
cache:
    - '%LOCALAPPDATA%\pip\Cache'
version: '{branch}.{build}'
install:
  - "%PYTHON%\\python.exe -m pip install tox"