diff --git a/.travis.yml b/.travis.yml index 270b8f5..e94ce97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,5 @@ install: - pip install -q Django==$DJANGO_VERSION - python setup.py -q install # command to run tests -#script: pytest \ No newline at end of file +script: + - python manage.py test \ No newline at end of file