diff options
author | ankitjavalkar | 2017-04-26 16:29:39 +0530 |
---|---|---|
committer | ankitjavalkar | 2017-04-26 17:38:31 +0530 |
commit | 53bd7b2a5524ef224b2299c5acf48c6bd8630a7b (patch) | |
tree | a5531edf22079068a969b082d80d1cbad30bd337 /.travis.yml | |
parent | 15152554793107fc3bda5f1146b28303ed6e9b51 (diff) | |
download | online_test-53bd7b2a5524ef224b2299c5acf48c6bd8630a7b.tar.gz online_test-53bd7b2a5524ef224b2299c5acf48c6bd8630a7b.tar.bz2 online_test-53bd7b2a5524ef224b2299c5acf48c6bd8630a7b.zip |
Update travis.yml file to use test_settings to run tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4777f11..c242e62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ install: # command to run tests and coverage script: - coverage erase - - coverage run -p manage.py test -v 2 yaksh - - coverage run -p manage.py test -v 2 yaksh.live_server_tests.load_test + - coverage run -p manage.py test -v 2 --settings online_test.test_settings yaksh + - coverage run -p manage.py test -v 2 --settings online_test.test_settings yaksh.live_server_tests.load_test after_success: - coverage combine |