diff --git a/.travis.yml b/.travis.yml index 70ff5ff..19fc223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: install: - pip install -r requirements.txt -script: make test \ No newline at end of file +script: py.test \ No newline at end of file