Remove wheel from yamls

This commit is contained in:
Eldinnie 2018-05-05 17:28:07 +02:00
parent 3ff4cc4445
commit efbd951b74
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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"