aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8399160..6a57cd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,11 @@ python:
before_install:
- sudo apt-get update
- sudo apt-get install ghostscript pdftk poppler-utils qpdf
+ - nvm install v12.18.1
+ - nvm use v12.18.1
install:
- - pip install -e .[dev]
+ - pip install -e .[test]
script:
- green -vv -a ./tests