try to build on travis

This commit is contained in:
Freddy Tan 2016-11-19 23:47:04 +08:00
parent 88048d290d
commit 3c98d18c86

View file

@ -18,7 +18,7 @@ before_script:
install:
- "curl https://bootstrap.pypa.io/ez_setup.py -o - | python"
- "pip install -r test/requirements.txt"
- "pip install pypandoc"
- "sudo apt-get -y install pypandoc"
- "pip install ."
# command to run tests
script: