diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3f1a5a0..15f85bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,4 @@ before_install: # command to run tests script: - - python manage.py test yaksh - - nosetests -v yaksh/tests
\ No newline at end of file + - python manage.py test -v yaksh |