summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoradityacp2020-03-05 10:46:31 +0530
committeradityacp2020-03-05 10:46:31 +0530
commit5f0a5f7429ff74cccdc772fd45e0e5d3ee49891d (patch)
tree80cdebf0769550aeafb21fbee19f87ce50abcca7 /.travis.yml
parent674c81d9e1d3499e255e8995701fb65d1358a0ac (diff)
downloadonline_test-5f0a5f7429ff74cccdc772fd45e0e5d3ee49891d.tar.gz
online_test-5f0a5f7429ff74cccdc772fd45e0e5d3ee49891d.tar.bz2
online_test-5f0a5f7429ff74cccdc772fd45e0e5d3ee49891d.zip
Change in decorators, tests, travis
- Remove python 2.7 from travis - Fix url reverse function import in views tests - Fix error in is_email_verified decorator for user is_authenticated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 59eaa66..8cdf21f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
language: python
python:
- - "2.7"
- - "3.5"
+ - "3.6"
before_install:
- sudo apt-get update -qq