Tell Travis CI to use multiple cores

Let’s see if this helps the build go faster
This commit is contained in:
James R. Barlow
2017-05-09 17:24:32 -07:00
parent 1606b6a383
commit 4bdebf573e
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ install:
script:
- mv ocrmypdf dont_import_this_ocrmypdf
- pytest
- pytest -n auto
- mv dont_import_this_ocrmypdf ocrmypdf
deploy:
+1
View File
@@ -11,3 +11,4 @@ ignore =
[tool:pytest]
norecursedirs = lib .pc .git output cache resources
testpaths = tests
addopts = -n auto
+2 -1
View File
@@ -1,2 +1,3 @@
pytest >= 3.0
pytest-helpers-namespace
pytest-helpers-namespace
pytest-xdist