Tres Seaver
2017-06-05 1814cda1f5ec85c24651bfd29645e4057ae5200e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
environment:
  matrix:
    - PYTHON: "C:\\Python36"
      TOXENV: "py36"
    - PYTHON: "C:\\Python35"
      TOXENV: "py35"
    - PYTHON: "C:\\Python27"
      TOXENV: "py27"
 
cache:
    - '%LOCALAPPDATA%\pip\Cache'
 
version: '{branch}.{build}'
 
install:
  - "%PYTHON%\\python.exe -m pip install tox"
 
build: off
 
test_script:
  - "%PYTHON%\\Scripts\\tox.exe"