summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 62e7c6bf3323d3a4f72fc4fdaeb8d3f363a8005a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
    - '2.7'
    - '3.5'
install:
    - 'pip install -r requirements.txt'
    - 'pip install -r requirements.test.txt'
script:
    - 'py.test --cov=pycco tests/'
    - 'python -m pycco.main pycco/main.py'
after_success:
    - coveralls