1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-12 17:08:09 -05:00

Try pip install --user

This commit is contained in:
Bradlee Speice 2018-06-08 23:44:50 -04:00
parent 4db4b265cf
commit 445464a3c0

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