1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-14 09:58: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 language: rust
sudo: required
env: env:
global: global:
@ -18,6 +17,6 @@ matrix:
before_install: before_install:
- set -e - set -e
- pip install python-dateutil - pip install --user python-dateutil
- rustup self update - rustup self update