summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorankitjavalkar2016-09-12 16:22:55 +0530
committerankitjavalkar2016-09-21 17:51:23 +0530
commit953f856edc18ed22c72c56b58171e2ce5bc450e5 (patch)
tree07c235e66cfa3f335093f3ad4e7a35228abd95d8 /.travis.yml
parent722e82275c28418dc7535ca7393b81eecadbeba9 (diff)
downloadonline_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.yml1
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