mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
run 12 at a time, change os
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
cache: pip
|
||||
language: python
|
||||
python:
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@ if [[ ! -z "$WHAT_CI" ]]; then
|
||||
fi
|
||||
|
||||
|
||||
pytest -n 4 tests -m "$TEST_SUITE"
|
||||
pytest -n 12 tests -m "$TEST_SUITE"
|
||||
Reference in New Issue
Block a user