diff --git a/.travis.yml b/.travis.yml index d6ac6d2..5b446ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,8 +60,8 @@ matrix: cache: pip install: - # pin tox to avoid https://github.com/tox-dev/tox/issues/1160 - - pip install tox~=3.6.1 + # avoid https://github.com/tox-dev/tox/issues/1160 + - pip install tox!=3.7.0 script: - tox diff --git a/Pipfile b/Pipfile index ebe9e10..a5fa99b 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ flake8 = "*" mock = "*" sphinx = "*" sphinx-rtd-theme = "*" -tox = "~=3.6.1" +tox = "!=3.7.0" twine = "*" [requires]