Merge pull request #4836 from blueyed/travis-pluggymaster-xdist

ci: xdist with pluggymaster
This commit is contained in:
Bruno Oliveira
2019-02-26 12:52:59 -03:00
committed by GitHub
3 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ env:
# Specialized factors for py27.
- TOXENV=py27-nobyte
- TOXENV=py27-xdist
- TOXENV=py27-pluggymaster
- TOXENV=py27-pluggymaster-xdist
# Specialized factors for py37.
- TOXENV=py37-pexpect,py37-trial,py37-numpy
- TOXENV=py37-pluggymaster
- TOXENV=py37-pluggymaster-xdist
- TOXENV=py37-freeze PYTEST_NO_COVERAGE=1
matrix: