mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Added support for TravisCI.org.
This commit is contained in:
parent
c978f21373
commit
5c17707a8f
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install: make configure develop
|
||||
script: make test
|
||||
Loading…
Reference in a new issue