Skip to content

Commit 02f36e4

Browse files
authored
Merge pull request #17 from Carreau/travis
Build with Travis, including users PRs.
2 parents 48c7509 + 5e69c5e commit 02f36e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# http://travis-ci.org/#!/ipython/ipython
2+
language: python
3+
python:
4+
- 3.5
5+
before_install:
6+
- pip install docutils
7+
script:
8+
- make

0 commit comments

Comments
 (0)