Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Run test_suite.py directly
Browse files Browse the repository at this point in the history
There is general issue with integrating with Django tests, since it
seems to perform redundant runs. This is being deferred for now.
  • Loading branch information
bruth committed Jul 19, 2013
1 parent 633f6e9 commit b464328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
dist
MANIFEST
*.egg-info
.coverage
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ env:
- DJANGO=1.4.5
- DJANGO=1.5.1
install:
- pip install coveralls
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q coveralls django==$DJANGO --use-mirrors
script:
- coverage run --source=preserialize setup.py test
- coverage run test_suite.py
after_success:
- coveralls

0 comments on commit b464328

Please sign in to comment.