summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 62760435f7c0f26a6e6f2cba9cabc8b8b4f63c08 (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
25
language: python
matrix:
  include:
    - python: 2.7
    - python: 3.4
    - python: 3.5
    - python: 3.6
    - python: 3.7
      dist: xenial
      sudo: true
    - python: pypy
    - python: pypy3
install:
  - pip install tox-travis
script:
  - tox
sudo: false
addons:
  apt:
    packages:
    - libenchant-dev
git:
  depth: false
after_success:
  - tox -e codecov