Parallelize tests on AppVeyor.

This commit is contained in:
Florian Bruhin 2015-10-05 23:30:33 +02:00
parent aa9498bb41
commit f79db832e4

View File

@ -4,13 +4,14 @@ cache:
- C:\projects\qutebrowser\.cache - C:\projects\qutebrowser\.cache
build: off build: off
environment: environment:
PYTHON: 'C:\Python34'
PYTHONUNBUFFERED: 1 PYTHONUNBUFFERED: 1
matrix:
- TESTENV: py34
- TESTENV: unittests-frozen
- TESTENV: pylint
install: install:
- C:\Python27\python -u scripts\dev\ci_install.py - C:\Python27\python -u scripts\dev\ci_install.py
test_script: test_script:
- C:\Python34\Scripts\tox -e py34 - C:\Python34\Scripts\tox -e %TESTENV%
- C:\Python34\Scripts\tox -e unittests-frozen
- C:\Python34\Scripts\tox -e pylint