From 2d130dfc9fc70ad1b5d141ca283a5a13bf0327ac Mon Sep 17 00:00:00 2001 From: Steffen Allner Date: Wed, 13 May 2020 12:36:33 +0200 Subject: [PATCH] Clean up CR comments. --- .travis.yml | 1 - tox.ini | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f5355f..561eb07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: python -sudo: false python: - 2.7 - 3.5 diff --git a/tox.ini b/tox.ini index 21cc60b..56d615b 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = zope.testrunner [testenv:coverage] basepython = - python3.8 + python3 commands = coverage run -m zope.testrunner --test-path=src [] coverage html @@ -26,7 +26,8 @@ deps = coverage [testenv:flake8] -basepython = python3.8 +basepython = + python3 skip_install = true deps = flake8 commands = flake8 --doctests src setup.py