Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94e61b0

Browse files
committed
Add .travis.yml for Travis CI (http://travis-ci.org/)
1 parent faa78e9 commit 94e61b0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: python
2+
3+
python:
4+
- 2.6
5+
- 2.7
6+
- 3.1
7+
- 3.2
8+
9+
install:
10+
- pip install --use-mirrors nose numpy
11+
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
12+
- python setup.py install
13+
14+
script:
15+
- mkdir ../foo
16+
- cd ../foo
17+
- python ../matplotlib/tests.py

0 commit comments

Comments
 (0)