Tweak some Travis settings for potentially faster builds

This commit is contained in:
Brett Cannon 2016-06-20 10:29:28 -07:00 committed by GitHub
parent ce35ed6e0e
commit ae15a08c55
1 changed files with 4 additions and 1 deletions

View File

@ -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: