Skip to content

Commit

Permalink
try to get travis working
Browse files Browse the repository at this point in the history
  • Loading branch information
kencochrane committed Jan 1, 2015
1 parent ea649fa commit 2826db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ install:
- python setup.py develop

script:
- PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender django-admin.py test defender --settings=defender.test_settings
- which django-admin.py
- PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender ~/virtualenv/python2.7/bin/django-admin.py test defender --settings=defender.test_settings
- coverage report -m

after_script:
Expand Down

0 comments on commit 2826db5

Please sign in to comment.