mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
27 lines
478 B
YAML
27 lines
478 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# - "3.6"
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
matrix:
|
|
# allow_failures:
|
|
# - python: 3.6
|
|
fast_finish: true
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install fping
|
|
- sudo apt-get install traceroute
|
|
- sudo apt-get install librrd-dev
|
|
install:
|
|
- python -m pip install -U pip
|
|
- pip install -U setuptools
|
|
- pip install tox
|
|
- pip install tox-travis
|
|
- pip install codecov
|
|
script:
|
|
- tox
|
|
after_success:
|
|
- codecov
|