Skip to content

Commit 459ef77

Browse files
committed
do not install pypandoc for windows builds
1 parent 68ea26d commit 459ef77

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ before_install:
1111
install:
1212
- pip install -r requirements.txt
1313
- pip install -r requirements-dev.txt
14+
- pip install -r requirements-doc.txt
1415
- python setup.py install
1516

1617
script:

requirements-dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
coverage
22
flake8
33
pylint
4-
pypandoc

requirements-doc.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pypandoc

0 commit comments

Comments
 (0)