Skip to content

Commit

Permalink
Remove pandoc from pip requirement and install it via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 10, 2018
1 parent 56d5ef0 commit b4c85f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- '2.7'
- '3.6'
install:
- sudo apt-get install pandoc
- pip install -r requirements.txt
script:
- python -m pytest
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
requests
python-magic
pandoc
pypandoc
future
pytest
Expand Down

0 comments on commit b4c85f1

Please sign in to comment.