Setup CI
This commit is contained in:
parent
cce5754f28
commit
5e69c5e9f4
|
@ -0,0 +1,8 @@
|
||||||
|
# http://travis-ci.org/#!/ipython/ipython
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 3.5
|
||||||
|
before_install:
|
||||||
|
- pip install docutils
|
||||||
|
script:
|
||||||
|
- make
|
Loading…
Reference in New Issue