Commit 2b920d40 by dorpvom

added another dependency

parent 07ed2532
...@@ -5,7 +5,7 @@ python: ...@@ -5,7 +5,7 @@ python:
before_install: before_install:
- "sudo apt-get update" - "sudo apt-get update"
install: install:
- "sudo apt-get install -y texlive-fonts-extra texlive-latex-recommended" - "sudo apt-get install -y texlive-fonts-extra texlive-latex-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