X Tutup
Skip to content

Commit efbd951

Browse files
committed
Remove wheel from yamls
1 parent 3ff4cc4 commit efbd951

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ before_cache:
2323

2424
install:
2525
- pip install -U codecov pytest-cov
26-
- pip install -U wheel
2726
- pip install -U -r requirements.txt
2827
- pip install -U -r requirements-dev.txt
2928
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ install:
2626
- "python --version"
2727
# We need wheel installed to build wheels
2828
- "pip install -U codecov pytest-cov"
29-
- "pip install -U wheel"
3029
- "pip install -r requirements.txt"
3130
- "pip install -r requirements-dev.txt"
3231

0 commit comments

Comments
 (0)
X Tutup