travis: Add the cargo bin path to the PATH.
parent
7ce2952ea7
commit
0b2967de97
|
@ -8,6 +8,9 @@ stages:
|
|||
- lint
|
||||
- wheels
|
||||
|
||||
env:
|
||||
- PATH=$HOME/.cargo/bin:$PATH
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: '3.7'
|
||||
|
|
Loading…
Reference in New Issue