Merge pull request #24 from python/travis-perf

Tweak some Travis settings for potentially faster builds
This commit is contained in:
Brett Cannon 2016-06-20 12:24:41 -07:00 committed by GitHub
commit 97f08774d5
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: