Steve Piercy
2018-09-22 e22970cd21eb36c2a658c843bb5cb4f59d77fd19
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"