Travis-CI and Python with Pytest



examples/python-pytest/.travis.yml
language: python
script: pytest

examples/python-pytest/test_python.py
def test_anything():
    pass