summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorankitjavalkar2015-10-09 10:57:36 +0530
committerankitjavalkar2015-10-09 12:49:32 +0530
commitbc5fc32fdf8015a069a0a22454400b5ed7b03abc (patch)
tree4451d8a831f0463150fecae35057f3c2081ca6dd /.travis.yml
parentb0c8ffb1d419e01392de82134c86687f49306f20 (diff)
downloadonline_test-bc5fc32fdf8015a069a0a22454400b5ed7b03abc.tar.gz
online_test-bc5fc32fdf8015a069a0a22454400b5ed7b03abc.tar.bz2
online_test-bc5fc32fdf8015a069a0a22454400b5ed7b03abc.zip
move tests to new dir and modify travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d70a43b..dea6396 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ env:
# command to install dependencies
install:
- - "easy_install git+https://github.com/FOSSEE/online_test.git#egg=django_exam-0.1"
+ - pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1
- pip install -q Django==$DJANGO --use-mirrors
before_install:
@@ -18,5 +18,5 @@ before_install:
# command to run tests
script:
- - nosetests ./yaksh/tests/
+ - nosetests ./yaksh/evaluator_tests/
- python manage.py test \ No newline at end of file