Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Merge branch 'django-1.8' of github.com:jonge-democraten/website into…
Browse files Browse the repository at this point in the history
… django-1.8
  • Loading branch information
Pieter committed Oct 12, 2015
2 parents 4a4c913 + 196db0b commit db14982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
script:
- "python -W ignore::DeprecationWarning website/manage.py createdb --nodata --noinput"
- "python -W ignore::DeprecationWarning website/manage.py loaddata demo_data"
- "coverage run website/manage.py test jdcore jdpages"
- "coverage run website/manage.py test website.core website.jdpages"
- "flake8 website --statistics --exit-zero"
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Higher level user interface actions are tested manually.

Run the unit tests,

(env) $ python website/manage.py test <app_label>
(env) $ python website/manage.py test website.core website.jdpages

<h3>Automated testing</h3>
[Travis](https://travis-ci.org/jonge-democraten/website) is used to automatically install the environment and run tests on changes in the project.
Expand Down

0 comments on commit db14982

Please sign in to comment.