diff options
author | ankitjavalkar | 2016-08-16 20:26:03 +0530 |
---|---|---|
committer | GitHub | 2016-08-16 20:26:03 +0530 |
commit | e1e299b671a19b65705fb256d282e1e802a4c051 (patch) | |
tree | a0759c69b03febe2b0e43520e0bd9efd4384f681 /.travis.yml | |
parent | 50c3008096f5f02a036d8d9a5cbfe9cc43ff0823 (diff) | |
parent | edaffc172a6cf1fcae7e5e3cae16e5aaf84c996b (diff) | |
download | online_test-e1e299b671a19b65705fb256d282e1e802a4c051.tar.gz online_test-e1e299b671a19b65705fb256d282e1e802a4c051.tar.bz2 online_test-e1e299b671a19b65705fb256d282e1e802a4c051.zip |
Merge pull request #124 from FOSSEE/test-code-server
Improve server pool
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7d8ef17..8ad6c5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: # command to install dependencies install: + - pip install tornado - pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1 - pip install -q Django==$DJANGO - pip install -q pytz==2016.4 @@ -20,4 +21,4 @@ before_install: # command to run tests script: - - python manage.py test yaksh + - python manage.py test -v 2 yaksh |