Skip to content

Commit

Permalink
setting up travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Val Kolovos committed Jun 6, 2014
1 parent 0b1389a commit dd28a39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- export PYTHONPATH=.
script:
- python djanalytics/tests/django-admin.py test --settings=djanalytics.tests.settings

5 changes: 5 additions & 0 deletions djanalytics/tests/django-admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/Users/valkolovos/projects/django-analytics/venv/bin/python
from django.core import management

if __name__ == "__main__":
management.execute_from_command_line()

0 comments on commit dd28a39

Please sign in to comment.