We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff4cc4 commit efbd951Copy full SHA for efbd951
.travis.yml
@@ -23,7 +23,6 @@ before_cache:
23
24
install:
25
- pip install -U codecov pytest-cov
26
- - pip install -U wheel
27
- pip install -U -r requirements.txt
28
- pip install -U -r requirements-dev.txt
29
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
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"
30
- "pip install -r requirements.txt"
31
- "pip install -r requirements-dev.txt"
32
0 commit comments