diff options
author | Prabhu Ramachandran | 2016-08-12 21:30:02 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-08-12 21:30:02 +0530 |
commit | edaffc172a6cf1fcae7e5e3cae16e5aaf84c996b (patch) | |
tree | a0759c69b03febe2b0e43520e0bd9efd4384f681 /.travis.yml | |
parent | 3910794df5de5c2da8d7972bd429d7bb83a0abb3 (diff) | |
download | online_test-edaffc172a6cf1fcae7e5e3cae16e5aaf84c996b.tar.gz online_test-edaffc172a6cf1fcae7e5e3cae16e5aaf84c996b.tar.bz2 online_test-edaffc172a6cf1fcae7e5e3cae16e5aaf84c996b.zip |
Set correct verbosity level for test.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15f85bd..8ad6c5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ before_install: # command to run tests script: - - python manage.py test -v yaksh + - python manage.py test -v 2 yaksh |