diff --git a/.travis.yml b/.travis.yml index f0d678a5..8368629f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,9 @@ matrix: python: 3.5 install: - - pip install -r requirements.txt + - pip3 install -r requirements.txt script: - - pytest -v --cov-report term --cov=tests/ + - python3 -m pytest -v --cov-report term --cov=tests/ after_success: - codecov