From 5ec55d5bce7f151fa781db7f09bba825d25a6fa6 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 6 Aug 2018 13:09:18 -0700 Subject: [PATCH] Add experimental Python 3.8-dev to test with (#337) * Add experimental Python 3.8-dev to test with This patch adds the pre-release version of Python 3.8 to the testing. Although Bandit is unlikely to have compile errors with any future version, this step allows us to get a head start on any that may arise. * Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e1684ec1..556201e88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,10 @@ matrix: env: TOXENV=py37 dist: xenial sudo: true + - python: 3.8-dev + env: TOXENV=py38 + dist: xenial + sudo: true - python: pypy env: TOXENV=pypy