Commit d62b4e93 by dorpvom

added sudo

parent 5effdfdb
...@@ -2,9 +2,10 @@ language: python ...@@ -2,9 +2,10 @@ language: python
python: python:
- "3.6" - "3.6"
- "3.7" - "3.7"
# command to install dependencies before_install:
- "sudo apt-get update"
install: install:
- "apt-get install -y texlive-fonts-extra texlive-latex-recommended" - "sudo apt-get install -y texlive-fonts-extra texlive-latex-recommended"
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "pip install -r requirements-dev.txt" - "pip install -r requirements-dev.txt"
- "pip install codecov" - "pip install codecov"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment