Skip to content

Commit

Permalink
fixed test issue with travis. No longer ignoring the full test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
deidyomega committed Nov 17, 2017
1 parent 9e20656 commit b567415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
python:
- 3.5
script:
- python manage.py test ## once we fix the data issue, we can just run a full test
- python manage.py test
after_script:
- python manage.py coverage_auto
- coveralls

0 comments on commit b567415

Please sign in to comment.