diff --git a/.travis.yml b/.travis.yml index 020a74f..21ba88d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,7 @@ language: python sudo: false cache: pip before_install: - - pip install codecov -# install dependencies -install: - - pip install --user -r requirements.txt -after_success: - - codecov + - pip install tox # command to run tests script: - tox \ No newline at end of file