summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 245202139dc1e177e094bd99635cd555b5f4a4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
sudo: false

cache:
  - pip

before_cache:
  - rm ~/.cache/pip/log/debug.log

language: python
python:
  - "2.7"
  - "3.5"

install:
  - pip install tox-travis coveralls

script:
  - tox

after_success:
  - coveralls