Michael Merickel
2016-11-21 9089d33cfa59d84cf76b9f52f8bf181c98c6a121
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
environment:
  matrix:
    - PYTHON: "C:\\Python35"
      TOXENV: "py35"
    - PYTHON: "C:\\Python27"
      TOXENV: "py27"
 
cache:
    - '%LOCALAPPDATA%\pip\Cache'
 
install:
  - "%PYTHON%\\python.exe -m pip install tox"
 
build: off
 
test_script:
  - "%PYTHON%\\Scripts\\tox.exe"