From 56ea943b00f84c61704725c0d0c2f5cd1cc89f4d Mon Sep 17 00:00:00 2001 From: Samuel Williams <Samuel.Williams@digital.cabinet-office.gov.uk> Date: Thu, 15 Mar 2018 06:42:27 +0000 Subject: [PATCH] Remove Python2 compatibility We've done a lot of work migrating our apps and libs to Python 3, so we are no longer actively looking to support Python 2. The only known things left running on Python 2 are a couple of scripts in dm-scripts, but we have tickets to update these to Python 3 in the immediate future and they are unlikely to be run before that happens. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94b9eecd..118da1d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.6" install: - pip install -r requirements-dev.txt