summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 37c5317b99e4c5e07f645429843a21618826fe71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
sudo: false
python:
  - 2.7
  - 3.3
  - 3.4
  - 3.5
  - pypy
  - pypy3
install:
  - pip install tox-travis
script:
  - tox
notifications:
    email: false