Skip to content
Snippets Groups Projects
Commit 471443c2 authored by Ben Adida's avatar Ben Adida
Browse files

added travis

parent 244f8535
No related branches found
No related tags found
No related merge requests found
language: python
python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: "pip install -r requirements.txt"
# command to run tests, e.g. python setup.py test
script: "python manage.py test"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment