run 12 at a time, change os

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 18:03:59 -05:00
parent 23c77380c0
commit 2a13d5d54b
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
sudo: required
dist: trusty
cache: pip
language: python
python:
+1 -1
View File
@@ -21,4 +21,4 @@ if [[ ! -z "$WHAT_CI" ]]; then
fi
pytest -n 4 tests -m "$TEST_SUITE"
pytest -n 12 tests -m "$TEST_SUITE"