Skip to content

Commit 48f9ea5

Browse files
committed
pin typing directly
1 parent 71c0a1d commit 48f9ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
2727

2828
install:
29-
- pip install "importlib-resources<1.1"
29+
- pip install typing==3.7.4.1
3030
- pip install tox==2.9.1
3131
- pip install virtualenv==15.2.0
3232
- pip install py==1.4.30

0 commit comments

Comments
 (0)