Skip to content

Commit

Permalink
Add side-by-side appveyor tox build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Dec 8, 2014
1 parent f1f3409 commit dda681e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
build: false # Not a C# project, build stuff at the test step instead.

test_script:
- "%PYTHON%/Scripts/tox -e %TOX_ENV%"
- "%PYTHON%/Scripts/tox -c tox_appveyor.ini -e %TOX_ENV%"

after_test:
- "%PYTHON%/python setup.py bdist_wheel"
Expand Down
16 changes: 16 additions & 0 deletions requirements/appveyor.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
plumbum < 1.5.0
click < 2.6.0
path.py < 5.0.0
semantic_version < 3.0.0
wheel < 1.0.0
flake8 < 3.0.0
mock < 2.0.0
pytest < 2.7.0
pytest-cov < 1.8.0
python-coveralls < 3.0.0
scrutinizer-ocular < 1.1.0
sphinx-bootstrap-theme < 1.0.0
sphinxcontrib-httpdomain < 2.0.0
tdaemon < 0.2.0
tox < 2.0.0
unittest2 < 0.6.0
6 changes: 6 additions & 0 deletions tox_appveyor.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tox]
envlist = py26, py27, pypy

[testenv]
deps = -rrequirements/appveyor.txt
commands = py.test

0 comments on commit dda681e

Please sign in to comment.