From 7065429d47f4d4ea90dfd6d9b028b9eed11164db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Sat, 5 May 2018 15:37:15 +0300 Subject: [PATCH] Remove python 2.7 + DRF 3.8 build from Travis CI jobs --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 778e198..c928a6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python cache: pip python: - - '2.7' - '3.4' - '3.5' - '3.6' @@ -14,6 +13,9 @@ env: jobs: include: - stage: test + python: '2.7' + env: DRF=3.7 + - python: '3.6' env: DRF=master -