diff --git a/.travis.yml b/.travis.yml index f1cbe1f..17f99a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - sudo apt-get install libssl-dev libcurl4-openssl-dev libyaml-dev build-essential libopenblas-dev libcap-dev ffmpeg - pip install -e . before_script: - - pip install python-coveralls + - pip install coveralls - pip install pytest-cover script: - py.test tods/tests/ --cov=tods