From b8120df42cdbde17b43ac71a3e126909c5d48f7f Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 18 Apr 2018 07:47:20 +0000 Subject: [PATCH] Update travis to remove point release from tox target --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c40395..3089dc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: install: pip install tox-travis script: - tox -c tox.ini -e pep8 - - tox -c tox.ini -e py36 + - tox -c tox.ini -e py3