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