summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 20e195d4cb68f3fd78d3e915045dfee9e70c8742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python
cache: pip
matrix:
  include:
    - python: 2.7
    - python: 3.4
    - python: 3.5
    - python: 3.6
    - python: pypy
    - python: pypy-5.3
    - python: pypy3
    - python: 3.7
      dist: xenial
    - python: nightly
      dist: xenial
install: pip install tox
script: tox -e py