Steve Piercy
2018-09-22 2a45fe74f9598b4e726ab17ce17948d4e709894b
appveyor.yml
@@ -1,5 +1,7 @@
environment:
  matrix:
    - PYTHON: "C:\\Python36"
      TOXENV: "py36"
    - PYTHON: "C:\\Python35"
      TOXENV: "py35"
    - PYTHON: "C:\\Python27"
@@ -8,6 +10,8 @@
cache:
    - '%LOCALAPPDATA%\pip\Cache'
version: '{branch}.{build}'
install:
  - "%PYTHON%\\python.exe -m pip install tox"