diff options
author | ankitjavalkar | 2016-09-12 16:22:55 +0530 |
---|---|---|
committer | ankitjavalkar | 2016-09-21 17:51:23 +0530 |
commit | 953f856edc18ed22c72c56b58171e2ce5bc450e5 (patch) | |
tree | 07c235e66cfa3f335093f3ad4e7a35228abd95d8 /.travis.yml | |
parent | 722e82275c28418dc7535ca7393b81eecadbeba9 (diff) | |
download | online_test-953f856edc18ed22c72c56b58171e2ce5bc450e5.tar.gz online_test-953f856edc18ed22c72c56b58171e2ce5bc450e5.tar.bz2 online_test-953f856edc18ed22c72c56b58171e2ce5bc450e5.zip |
Run the selenium and unit tests separately
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 c70a17a..b44d4e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,4 @@ before_install: # command to run tests script: - python manage.py test -v 2 yaksh + - python manage.py test -v 2 yaksh.tests.load_test
\ No newline at end of file |