From beb073f35fddbe5264dd9fc0a5aabce31dd45031 Mon Sep 17 00:00:00 2001 From: Maxim Kukhtenkov Date: Sat, 31 Dec 2016 12:59:49 -0800 Subject: [PATCH] Update `travis.yml` and add latest Django 1.10 to tests --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 740c63f..7b4f050 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,13 @@ python: - "2.7" - "3.5" env: - - DJANGO=1.8.13 - - DJANGO=1.9.7 + - DJANGO=1.8.17 + - DJANGO=1.9.12 + - DJANGO=1.10.4 install: - pip install -q Django==$DJANGO - pip install coveralls - pip install -r rest_auth/tests/requirements.pip -matrix: - exclude: - - python: "3.5" - env: DJANGO=1.8.13 script: - coverage run --source=rest_auth setup.py test after_success: