summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e1205586f822cbd405c5c30fcdf8a54f6cc55f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dist: xenial
sudo: false
language: python
cache: pip
matrix:
  include:
    - python: 3.7
      env: TOXENV=isort-check
    - python: 3.7
      env: TOXENV=lint
    - python: 3.4
      env: TOXENV=py34
    - python: 3.5
      env: TOXENV=py35
    - python: 3.6
      env: TOXENV=py36
    - python: 3.7
      env: TOXENV=py37
    - python: pypy3.5-6.0
      env: TOXENV=pypy3
install:
  - pip install tox
script:
  - tox