Skip to content

Commit 2b3e40b

Browse files
committed
help for pip
1 parent 54b9374 commit 2b3e40b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script: tox
1313
after_success:
1414
- coveralls
1515
before_deploy:
16-
- pip install -U .
16+
- pip install -r CI_REQUIREMENTS.txt
1717
deploy:
1818
- provider: pypi
1919
distributions: sdist bdist_wheel

CI_REQUIREMENTS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
funcsigs>=1.0
2+
typing>=3.5

0 commit comments

Comments
 (0)