summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 15176ff863fed3e9b6682dc06dc81092f4abcb54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: python
os: linux
arch: arm64
dist: bionic
before_install:
  - sudo apt-get -y install snmp snmp-mibs-downloader && sed -i 's/mibs :/# mibs :/g' /etc/snmp/snmp.conf
matrix:
  include:
    - python: '2.7'
    - python: '3.4'
    - python: '3.5'
    - python: '3.6'
    - python: '3.7'
    - python: '3.8'
    - python: 'pypy'
    - python: 'pypy3'
install:
  - pip install tox
script:
  - tox