summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 91646d7baf2428565e014d14b9bf360e84a680be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "3.6"
  - "3.7"
  - "3.8"
branches:
  except:
    - python3
install:
 - pip install typing pylint cryptography idna requests requests-toolbelt
script:
 - make test