From e5cd37bfbc5f0c70df4767fe37f7d165a6453d06 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Tue, 5 Jan 2016 12:19:18 +0100 Subject: [PATCH] clean travis configuration file 3d61445e2c67be2011f5df5a150142471cfb8561 did not really improve the travis-build. Now try to explcitly install tox. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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