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:
|
||||
- pip install docutils
|
||||
script:
|
||||
- make
|
||||
- make -j
|
||||
|
|
Loading…
Reference in New Issue