mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-01 20:06:18 +00:00
added travis requirements
This commit is contained in:
@ -2,5 +2,8 @@ language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
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
|
Reference in New Issue
Block a user