Try on circle
This commit is contained in:
parent
345f819416
commit
fee06def44
2 changed files with 4 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,13 +0,0 @@
|
|||
sudo: required
|
||||
language: python
|
||||
python: "3.6"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install pandoc pandoc-citeproc
|
||||
- bash scripts/before_script.sh
|
||||
|
||||
install:
|
||||
- python3 setup.py install
|
||||
|
||||
script:
|
||||
- cd test-files && mdp -vvv
|
|
@ -6,6 +6,10 @@ machine:
|
|||
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- sudo apt update && sudo apt install pandoc pandoc-citeproc
|
||||
- bash scripts/before_script.sh
|
||||
|
||||
post:
|
||||
- pip install -r dev-requirements.txt
|
||||
|
||||
|
|
Reference in a new issue