~netlandish/django-wiki

3607ea858bbae8700ed65ca3f6d2607824f9c7c5 — benjaoming 11 years ago 659d145
test with manage.py
1 files changed, 1 insertions(+), 1 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +1 -1
@@ 4,6 4,6 @@ python:
  - "2.6"
  - "2.7"
# command to run tests
# script: nosetests
script: python testproject/manage.py test wiki
install:
  - pip install -r .travis/requirements_1.4.txt