summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 73948b5b6551b72868bd9c3dfb099f3320f03aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
install:
  - echo Installed Pythons
  - dir c:\Python*

  - C:\Python35\python -m pip install tox

build: false  # Not a C# project, build stuff at the test step instead.

test_script:
  - 'set TESTENVS=
          flakes,
          py26,
          py27,
          py33,
          py34,
          py27-xdist,
          py35-xdist
    '
  - C:\Python35\python -m tox -e "%TESTENVS%"