Try pip install --user

pull/1/head
Bradlee Speice 2018-06-08 23:44:50 -04:00
parent 4db4b265cf
commit 445464a3c0
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
language: rust
sudo: required
env:
global:
@ -18,6 +17,6 @@ matrix:
before_install:
- set -e
- pip install python-dateutil
- pip install --user python-dateutil
- rustup self update