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 7084f10 commit 7975682Copy full SHA for 7975682
.travis.yml
@@ -3,6 +3,7 @@ python:
3
- '3.6'
4
- '3.7'
5
install:
6
+ - pip install -U setuptools importlib-metadata
7
- pip install -r requirements.txt -e .[test]
8
script:
9
- python --version
0 commit comments