mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
added basic travis script
This commit is contained in:
parent
483091bea7
commit
91758680f7
@ -6,4 +6,6 @@ before_install:
|
||||
- 'travis_retry sudo apt-get update'
|
||||
- 'travis_retry sudo apt-get install python-dev libxml2-dev libxmlsec1-dev'
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- sh run_travis.sh
|
3
run_travis.sh
Normal file
3
run_travis.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
python run.py&
|
||||
nosetests --with-coverage
|
Loading…
Reference in New Issue
Block a user