1
0
forked from VimPlug/jedi

Forgot to use sudo for installing dependencies in travis

This commit is contained in:
Dave Halter
2020-01-17 01:43:23 +01:00
parent 2937c95e9e
commit 4931180df1

View File

@@ -31,7 +31,7 @@ matrix:
# - JEDI_TEST_ENVIRONMENT=39
install:
- pip install --quiet tox-travis
- apt-get install python3-venv
- sudo apt-get -y install python3-venv
script:
- |
# Setup/install Python for $JEDI_TEST_ENVIRONMENT.