Skip to content

Commit 6b999c4

Browse files
committed
Remove system virtualenv (deprecated?)
1 parent f942264 commit 6b999c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
fast_finish: true
1313

1414
before_install:
15-
- pip install poetry
15+
- sudo apt remove -y python3-virtualenv
16+
- pip install -U poetry virtualenv
1617
install:
1718
- poetry install
1819
script:

0 commit comments

Comments
 (0)