Merge pull request #24 from python/travis-perf
Tweak some Travis settings for potentially faster builds
This commit is contained in:
commit
97f08774d5
|
@ -1,7 +1,10 @@
|
|||
# http://travis-ci.org/#!/ipython/ipython
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
|
||||
sudo: false
|
||||
cache: pip
|
||||
|
||||
before_install:
|
||||
- pip install docutils
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue