pysnmp-sky/.travis.yml

42 lines
741 B
YAML
Raw Normal View History

2016-03-12 10:08:18 +01:00
language: python
cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.4'
- os: linux
dist: xenial
sudo: false
python: '3.5'
- os: linux
dist: xenial
sudo: false
python: '3.6'
- os: linux
dist: xenial
sudo: true
python: '3.7'
- os: linux
dist: xenial
sudo: false
python: 'nightly'
# - os: linux
# dist: xenial
# sudo: false
# python: 'pypy'
# - os: linux
# dist: xenial
# sudo: false
# python: 'pypy3'
2016-03-12 10:08:18 +01:00
install:
- pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt
2017-10-26 14:42:30 +02:00
- pip install -e .
2016-03-12 10:08:18 +01:00
script:
- travis_wait 20 sh runtests.sh