travis: Add the cargo bin path to the PATH.

This commit is contained in:
Damir Jelić 2019-08-08 15:14:45 +02:00
parent 7ce2952ea7
commit 0b2967de97

View File

@ -8,6 +8,9 @@ stages:
- lint
- wheels
env:
- PATH=$HOME/.cargo/bin:$PATH
matrix:
include:
- python: '3.7'