Skip to content

Commit f9eeae3

Browse files
committed
fix dependency install in travis
1 parent 6966f2a commit f9eeae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- '3.6'
88
install:
99
- pip install pypandoc
10+
- pip install .[test]
1011
script:
1112
- py.test
1213
branches:

0 commit comments

Comments
 (0)