Skip to content

Commit 4aef6ea

Browse files
committed
pip '--user' not available in virtualenv.
1 parent a3038ab commit 4aef6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addons:
2424
- pandoc
2525

2626
install:
27-
- pip install --user rasterio shapely pandas numpy
27+
- pip install rasterio shapely pandas numpy
2828
- wget -O - https://piccolo.link/sbt-1.2.8.tgz | tar xzf -
2929

3030
script:

0 commit comments

Comments
 (0)