summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 8f6eaefd504af173cc76c80e6aed0255ce8e377d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: python
python:
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
  #- "nightly"
matrix:
  include:
    - python: 3.7  # https://github.com/travis-ci/travis-ci/issues/9815
      dist: xenial
      sudo: true
  allow_failures:
    - python: nightly
branches:
  except:
    - python3
install:
 - pip install typing pylint cryptography idna requests requests-toolbelt
script:
 - make test