From b472273762a894558591875a5f5fa7377cfff7aa Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Wed, 21 Feb 2018 12:59:05 +0530 Subject: [PATCH] add missing script --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b5deb5b..afa567b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,7 @@ env: - TOX_ENV=py34-dj19-cms33 install: - - pip install tox coverage \ No newline at end of file + - pip install tox coverage + +script: + - tox -e $TOX_ENV \ No newline at end of file