8000 Update .travis.yml (#464) · python/devguide@4db833f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4db833f

Browse files
Mariattawillingc
authored andcommitted
Update .travis.yml (#464)
1 parent a173888 commit 4db833f

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
@@ -2,7 +2,7 @@ language: python
22
python: 3.6
33
cache: pip
44

5-
install: python3 -m pip install -r requirements.txt
5+
install: python3 -m pip install -U pip -r requirements.txt
66

77
jobs:
88
include:

0 commit comments

Comments
 (0)
0