diff options
author | adityacp | 2016-05-07 20:01:38 +0530 |
---|---|---|
committer | adityacp | 2016-05-12 10:33:31 +0530 |
commit | cf244b48e9bebcaf48f5491e0a492b7788fd3709 (patch) | |
tree | 91738b3b7e10d3071e34ed0b12ae8e8220b5fdcd /.travis.yml | |
parent | d3976427988d08490e813918d800bb29f551f9dd (diff) | |
download | online_test-cf244b48e9bebcaf48f5491e0a492b7788fd3709.tar.gz online_test-cf244b48e9bebcaf48f5491e0a492b7788fd3709.tar.bz2 online_test-cf244b48e9bebcaf48f5491e0a492b7788fd3709.zip |
changes in travis.yml
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 8f48a88..bf77d5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: install: - pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1 - pip install -q Django==$DJANGO --use-mirrors + - pip install -q pytz before_install: - sudo apt-get update -qq |