diff options
author | adityacp | 2018-03-23 16:13:48 +0530 |
---|---|---|
committer | adityacp | 2018-03-23 16:13:48 +0530 |
commit | 6ea7ee3b6d57d3a3fe737ac1870978c37fc09ce1 (patch) | |
tree | ec7e0264b0818229ab256e3dcf4cdf32aa11b40c /.travis.yml | |
parent | 3577245efdd6b7ea479bb499633d38bb86aa81d7 (diff) | |
parent | d4f49e8a93ed2ce2e63bd67fa77aa75741c2d6c5 (diff) | |
download | online_test-6ea7ee3b6d57d3a3fe737ac1870978c37fc09ce1.tar.gz online_test-6ea7ee3b6d57d3a3fe737ac1870978c37fc09ce1.tar.bz2 online_test-6ea7ee3b6d57d3a3fe737ac1870978c37fc09ce1.zip |
Merge https://github.com/fossee/online_test into release-0.8
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b1a8402..59eaa66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ install: script: - coverage erase - 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 grades - coverage run -p manage.py test -v 2 --settings online_test.test_settings yaksh.live_server_tests.load_test after_success: |