travis: Add the cargo bin path to the PATH.

master
Damir Jelić 2019-08-08 15:14:45 +02:00
parent 7ce2952ea7
commit 0b2967de97
1 changed files with 3 additions and 0 deletions

View File

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