Skip to content

Commit

Permalink
Don't use toxenv on appveyor, as it has no way of coping with 64-bit …
Browse files Browse the repository at this point in the history
…Python versions
  • Loading branch information
pfmoore committed Dec 2, 2015
1 parent b4f6766 commit 1567774
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions appveyor.yml
@@ -1,31 +1,16 @@
environment:
matrix:
- PYTHON: "C:\\Python27"
TOXENV: "py27"

- PYTHON: "C:\\Python33"
TOXENV: "py33"

- PYTHON: "C:\\Python34"
TOXENV: "py34"

- PYTHON: "C:\\Python35"
TOXENV: "py35"

- PYTHON: "C:\\Python27-x64"
TOXENV: "py27"

- PYTHON: "C:\\Python33-x64"
TOXENV: "py33"

- PYTHON: "C:\\Python34-x64"
TOXENV: "py34"

- PYTHON: "C:\\Python35-x64"
TOXENV: "py35"

install:
cmd: "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
- "%PYTHON%\\Scripts\\tox.exe -e %TOXENV% -- -m unit -n 8"
- "%PYTHON%\\Scripts\\tox.exe -e py -- -m unit -n 8"

0 comments on commit 1567774

Please sign in to comment.