Merge pull request #46 from dstufft/faster-builds
Parallelize PEP builds to speed up CI
This commit is contained in:
commit
100404228a
|
@ -8,4 +8,4 @@ cache: pip
|
||||||
before_install:
|
before_install:
|
||||||
- pip install docutils
|
- pip install docutils
|
||||||
script:
|
script:
|
||||||
- make
|
- make -j
|
||||||
|
|
Loading…
Reference in New Issue