Merge pull request #46 from dstufft/faster-builds

Parallelize PEP builds to speed up CI
This commit is contained in:
Brett Cannon 2016-07-05 10:24:45 -07:00 committed by GitHub
commit 100404228a
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ cache: pip
before_install:
- pip install docutils
script:
- make
- make -j