From efbd951b74a8118f098f6269a8c66bd92aa411b8 Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Sat, 5 May 2018 17:28:07 +0200 Subject: [PATCH] Remove wheel from yamls --- .travis.yml | 1 - appveyor.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 40f57065a..42dcb132a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ before_cache: install: - pip install -U codecov pytest-cov - - pip install -U wheel - pip install -U -r requirements.txt - pip install -U -r requirements-dev.txt - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi diff --git a/appveyor.yml b/appveyor.yml index a20c46800..60d135529 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,6 @@ install: - "python --version" # We need wheel installed to build wheels - "pip install -U codecov pytest-cov" - - "pip install -U wheel" - "pip install -r requirements.txt" - "pip install -r requirements-dev.txt"