mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
12 lines
296 B
YAML
12 lines
296 B
YAML
language: python
|
|
python:
|
|
- "3.5.2"
|
|
before_install:
|
|
- 'travis_retry sudo apt-get update'
|
|
- 'travis_retry sudo apt-get install python3-dev libxml2-dev libxmlsec1-dev'
|
|
install:
|
|
- pip install -r requirements.txt
|
|
before_script:
|
|
- mv config_template.py config.py
|
|
script:
|
|
- sh run_travis.sh |