diff options
author | adityacp | 2016-05-12 11:27:57 +0530 |
---|---|---|
committer | adityacp | 2016-05-12 11:27:57 +0530 |
commit | c1cd00f34341e06dce7610fa5da42d68b531bd92 (patch) | |
tree | 663821afccd2124b3faf440eafc668d9b8f0e27d /.travis.yml | |
parent | cf244b48e9bebcaf48f5491e0a492b7788fd3709 (diff) | |
download | online_test-c1cd00f34341e06dce7610fa5da42d68b531bd92.tar.gz online_test-c1cd00f34341e06dce7610fa5da42d68b531bd92.tar.bz2 online_test-c1cd00f34341e06dce7610fa5da42d68b531bd92.zip |
rebase changes and comments changes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bf77d5a..38db811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +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 + - pip install -q pytz==2016.4 before_install: - sudo apt-get update -qq |