Skip to content

Commit 71a5635

Browse files
authored
Merge pull request #18 from jupyter-widgets/travis-pandoc
Add pandoc dependency for travis
2 parents 7661d51 + e878dc1 commit 71a5635

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.github_project_name}}/.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ python:
44
- 3.5
55
- 3.4
66
sudo: false
7+
addons:
8+
apt_packages:
9+
- pandoc
710
env:
811
matrix:
912
- GROUP=python

0 commit comments

Comments
 (0)