diff --git a/.travis.yml b/.travis.yml index a5c4661..71b27c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: script: - "gunzip tests/test_files/rf64/*.gz" - "python setup.py test" - - "PYTHONPATH=../ py.test tests/ -v --cov wavinfo --cov-report term-missing" + - "pythong -m pytest tests/ -v --cov wavinfo --cov-report term-missing" before_install: - "sudo apt-get update" - "sudo add-apt-repository universe"