Skip to content

Commit

Permalink
add pandoc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed May 15, 2018
1 parent de3cbde commit e2f4127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ before_install:
- echo "deb [arch=amd64] https://packages.microsoft.com/ubuntu/14.04/prod trusty main" | sudo tee /etc/apt/sources.list.d/mssql-release.list
- sudo apt-get update -qq
install:
- sudo apt-get install pandoc
- python setup.py sdist
- pip install dist/*
- pip install pymysql psycopg2 pyodbc
Expand Down

0 comments on commit e2f4127

Please sign in to comment.