Skip to content

Commit

Permalink
Add reportlab to pip install in travis yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
pagreene authored and johnbachman committed Aug 13, 2018
1 parent 7400468 commit 543a359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
- sudo update-java-alternatives -s java-8-oracle
- sudo apt-get install oracle-java8-set-default
- export JAVA_HOME="/usr/lib/jvm/java-8-oracle/"
- pip install pygraphviz pydot jsonschema coverage python-coveralls boto3 sqlalchemy psycopg2-binary pgcopy nose-timer flask nltk
- pip install pygraphviz pydot jsonschema coverage python-coveralls boto3 sqlalchemy psycopg2-binary pgcopy nose-timer flask nltk reportlab
- pip install paths-graph
- pip install doctest-ignore-unicode
- pip install git+https://github.com/pybel/pybel.git@develop
Expand Down

0 comments on commit 543a359

Please sign in to comment.