summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9994cd6f6de374a6a1ff75a83f0942e52a01588c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python
dist: bionic
matrix:
  include:
    - python: 3.5
      env: TOXENV=py35-crypto,py35-nocrypto,py35-contrib_crypto
    - python: 3.6
      env: TOXENV=py36-crypto,py36-nocrypto,py36-contrib_crypto
    - python: 3.7
      env: TOXENV=lint,typing,py37-crypto,py37-nocrypto,py37-contrib_crypto
    - python: 3.8
      env: TOXENV=py38-crypto,py38-nocrypto,py38-contrib_crypto
install:
  - pip install -U pip
  - pip install -U tox coveralls
script:
  - tox
after_success:
  - coveralls