Merge pull request #17 from Carreau/travis

Build with Travis, including users PRs.
This commit is contained in:
Brett Cannon 2016-06-20 10:20:04 -07:00 committed by GitHub
commit 02f36e46d1
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
# http://travis-ci.org/#!/ipython/ipython
language: python
python:
- 3.5
before_install:
- pip install docutils
script:
- make