Skip to content

Commit 66c0217

Browse files
committed
Add .travis.yml for Travis CI (http://travis-ci.org/)
1 parent a005018 commit 66c0217

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
3+
python:
4+
- 2.5
5+
- 2.6
6+
- 2.7
7+
# - 3.2
8+
# - pypy
9+
10+
script:
11+
- python setup.py clean
12+
- python setup.py install
13+
- python selftest.py

0 commit comments

Comments
 (0)