diff options
author | Ćukasz Rogalski <rogalski.91@gmail.com> | 2017-01-03 18:54:28 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-01-03 19:54:28 +0200 |
commit | ef554cfcfe1741ac8f177079174a125ae3d61ecc (patch) | |
tree | 231dde8a0221b277cc6b4233fa5d3e9461d013d1 /.travis.yml | |
parent | 4bb474dfad2d2dd8ea357f6b8e6a1c708246ac4a (diff) | |
download | pylint-git-ef554cfcfe1741ac8f177079174a125ae3d61ecc.tar.gz |
Revert "Use pytest-xdist for parallel execution of tests in travis (#1246)" (#1264)
This reverts commit 796b1690bebfee1fc637fcfce5d398646958435b.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 0f252aae5..41588d398 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,9 +33,7 @@ script: - pip install . # Run the tests with newest version of setuptools - pip install -U setuptools - # pypy is very slow with multiple processes due too long startup time - - if [ $TOXENV == "pypy" ]; then POSARGS=""; else POSARGS="-n 4"; fi - - tox -e coverage-erase,$TOXENV -- $POSARGS + - tox -e coverage-erase,$TOXENV after_success: - tox -e coveralls after_failure: |