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