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 54b9374 commit 2b3e40bCopy full SHA for 2b3e40b
.travis.yml
@@ -13,7 +13,7 @@ script: tox
13
after_success:
14
- coveralls
15
before_deploy:
16
- - pip install -U .
+ - pip install -r CI_REQUIREMENTS.txt
17
deploy:
18
- provider: pypi
19
distributions: sdist bdist_wheel
CI_REQUIREMENTS.txt
@@ -1 +1,2 @@
1
funcsigs>=1.0
2
+typing>=3.5
0 commit comments