diff options
author | ankitjavalkar | 2015-06-17 16:08:04 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-06-22 16:51:53 +0530 |
commit | 924b0d1e39ec0d4f0ffab25c46e239c146f4a247 (patch) | |
tree | 86d1634cb9bfe72526db45fbcbff4b8471e1982c /.travis.yml | |
parent | dd716fce438898e7bbc0dfd262eb424a4a800011 (diff) | |
download | online_test-924b0d1e39ec0d4f0ffab25c46e239c146f4a247.tar.gz online_test-924b0d1e39ec0d4f0ffab25c46e239c146f4a247.tar.bz2 online_test-924b0d1e39ec0d4f0ffab25c46e239c146f4a247.zip |
Fix test cases and code_server imports
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a5fb3f1..8c064ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +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 -q Django==$DJANGO --use-mirrors before_install: |