Skip to content

Commit

Permalink
Travis requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed Mar 1, 2018
1 parent f18435e commit fb8f549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go:

install:
- make tools
- pip install --user --upgrade sphinx semantic-version requests urllib3secure
- pip install --user --upgrade sphinx semantic-version requests urllib3[secure]

script:
- make dist
Expand Down

0 comments on commit fb8f549

Please sign in to comment.