diff options
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 |