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