1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/.travis.yml
Matt Griswold 713b04ea2c Py37 (#624)
* update to py37

* relock pipfile

* python to 3.7 in travis config
2020-01-08 15:42:58 -06:00

27 lines
480 B
YAML

dist: bionic
language: python
python:
- "3.7"
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