Skip to content

Commit e21e01a

Browse files
committed
Add .travis.yml for Travis CI (http://travis-ci.org/)
1 parent 67120e0 commit e21e01a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
3+
python:
4+
- 2.5
5+
- 2.6
6+
- 2.7
7+
8+
before_install: pip install --use-mirrors Django nose twill pycrypto
9+
install: python setup.py install
10+
script: ./run_tests.sh

0 commit comments

Comments
 (0)