Skip to content

Commit

Permalink
add appveyor to test also on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Sep 18, 2017
1 parent 218e9cb commit 5b93d16
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# AppVeyor CI settings (Windows Machine CI Tests)

environment:
matrix:
- python: "2.7"
env: TOXENV=lint-py2,docs
- python: "3.6"
env: TOXENV=lint-py3,docs
- python: "2.7"
env: TOXENV=py27
- python: "2.7"
env: TOXENV=py27-rp3
- python: "2.7"
env: TOXENV=py27-datetime
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.6"
env: TOXENV=py36-datetime
- python: "3.7-dev"
env: TOXENV=py37

cache:
- '%LOCALAPPDATA%\pip\Cache'

version: '{branch}.{build}'

install:
- "%PYTHON%\\python.exe -m pip install tox"

build: off

test_script:
- "%PYTHON%\\Scripts\\tox.exe"

0 comments on commit 5b93d16

Please sign in to comment.