We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8ae76 commit 4b16d09Copy full SHA for 4b16d09
.travis.yml
@@ -20,7 +20,7 @@ before_cache:
20
21
install:
22
- pip install coveralls
23
- - pip install -U wheels
+ - pip install -U wheel
24
- pip install -r requirements.txt
25
- pip install -r requirements-dev.txt
26
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
0 commit comments