summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 4ab35a45d5d90edf6ec514dce8149a741d4e4a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: python
python:
- 2.7
- 3.5
- pypy

install:
    - travis_retry pip install -q pytest mock

script:
  - PYTHONPATH=. py.test