Skip to content

Commit

Permalink
Merge pull request #482 from davidovich/add_appveyor_support
Browse files Browse the repository at this point in the history
initial appveyor support
  • Loading branch information
davidovich authored Mar 28, 2017
2 parents ea411c0 + fd454c0 commit 7acc4de
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
environment:

matrix:
- TOXENV: py27-pip8
- TOXENV: py27-pip9
- TOXENV: py27-piplatest
- TOXENV: py34-pip8
- TOXENV: py34-pip9
- TOXENV: py34-piplatest
- TOXENV: py35-pip9
- TOXENV: py35-pip8
- TOXENV: py35-piplatest
- TOXENV: py36-pip9
- TOXENV: py36-pip8
- TOXENV: py36-piplatest

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

build: false

test_script:
- C:\Python36\Scripts\tox
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ deps =
pip9: pip~=9.0
coverage
pytest
install_command= python -m pip install {opts} {packages}
commands =
pip --version
python -m coverage run --source piptools -m pytest --strict {posargs:tests/}
Expand Down

0 comments on commit 7acc4de

Please sign in to comment.