Skip to content

Commit

Permalink
Use 2 CPUs on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Jan 9, 2021
1 parent f7d3c8d commit 95da3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements_dev.txt
@@ -1,4 +1,5 @@
pytest-django
pytest-xdist
pytest-splinter
pytest-cov
pytest-pythonpath
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -19,7 +19,7 @@ commands =
; export PYTHONIOENCODING=utf_8

python manage.py collectstatic --noinput -v0
py.test --splinter-headless --cov=../multiseek --junitxml=../junit.xml test_app/tests.py ../multiseek --maxfail 1
py.test -d -n 2 --splinter-headless --cov=../multiseek --junitxml=../junit.xml test_app/tests.py ../multiseek --maxfail 1
coveralls

passenv =
Expand Down

0 comments on commit 95da3f4

Please sign in to comment.