try to build on travis
This commit is contained in:
parent
88048d290d
commit
3c98d18c86
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue