From 5905114fd7a34bc382513a6cbe6e65fd44261ea7 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Sun, 9 Jul 2017 23:04:23 +0200 Subject: [PATCH] Use manage.py in tests in TravisCI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b068971..8db2a9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,5 +37,5 @@ install: - pip install -r test_requirements.txt - pip install -q -e . script: -- python setup.py test +- python manage.py test sudo: false