We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48c7509 + 5e69c5e commit 02f36e4Copy full SHA for 02f36e4
.travis.yml
@@ -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