diff options
author | ankitjavalkar | 2016-09-21 15:51:19 +0530 |
---|---|---|
committer | ankitjavalkar | 2016-09-21 17:51:23 +0530 |
commit | 48f5117a0a0f7f712d3bafabf06e1c63de56e9fa (patch) | |
tree | a8a9b90e0df9ce0893e7741bc33309af86ea034d /.travis.yml | |
parent | bf1986b58ce0e5619a2af221d5897f5f7fc708f0 (diff) | |
download | online_test-48f5117a0a0f7f712d3bafabf06e1c63de56e9fa.tar.gz online_test-48f5117a0a0f7f712d3bafabf06e1c63de56e9fa.tar.bz2 online_test-48f5117a0a0f7f712d3bafabf06e1c63de56e9fa.zip |
Place selenium script and unit tests in live_server_tests dir
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 b44d4e2..3484d2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +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 + - python manage.py test -v 2 yaksh.live_server_tests |