We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279aaa6 commit 29a9460Copy full SHA for 29a9460
.travis.yml
@@ -0,0 +1,11 @@
1
+# After changing this file, check it on:
2
+# http://lint.travis-ci.org/
3
+language: python
4
+python:
5
+ - 3.3
6
+ - 2.7
7
+before_install:
8
+ - pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
9
+ - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel --use-mirrors nose numpy matplotlib Sphinx
10
+script:
11
+ - python setup.py test
0 commit comments