Skip to content

Commit 29a9460

Browse files
committed
MAINT: add Travis CI
1 parent 279aaa6 commit 29a9460

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)