9 lines
139 B
YAML
9 lines
139 B
YAML
|
# http://travis-ci.org/#!/ipython/ipython
|
||
|
language: python
|
||
|
python:
|
||
|
- 3.5
|
||
|
before_install:
|
||
|
- pip install docutils
|
||
|
script:
|
||
|
- make
|