From c16934117b3dff91e2c9aa0d872a689cd435964f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 6 Apr 2018 09:22:24 +0200 Subject: [PATCH] CI: Remove Travis hack for enum34 crashing on Python 3.6 Revert commit 8b9eab3, it is not needed anymore. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f27f4bb..c40c6bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ install: - pip install . script: - if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then flake8 .; fi - # Because of https://github.com/PyCQA/flake8-import-order/issues/149 - # otherwise tests fail with Python 3.6: - - pip uninstall --yes enum34 - yamllint --strict $(git ls-files '*.yaml' '*.yml') - coverage run --source=yamllint setup.py test - if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then