Michael Merickel
2018-10-26 035f6cf8238211d097c991677fde6b5bc046a57b
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"