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

cache:
  - pip

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

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

install:
  - pip install --upgrade pip
  - pip install tox-travis coveralls

script:
  - tox

after_success:
  - coveralls