summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: ed1a9f2ed31c3d4240e324d8c1ce2a281fced28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: python

python:
  - "2.7"

branches:
  only:
    - master

install:
  - pip install tox

script:
  - tox

env:
  - TOXENV=py27
  - TOXENV=py34
  - TOXENV=doc
  - TOXENV=sphinx