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: install:
- "curl https://bootstrap.pypa.io/ez_setup.py -o - | python" - "curl https://bootstrap.pypa.io/ez_setup.py -o - | python"
- "pip install -r test/requirements.txt" - "pip install -r test/requirements.txt"
- "pip install pypandoc" - "sudo apt-get -y install pypandoc"
- "pip install ." - "pip install ."
# command to run tests # command to run tests
script: script: