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