From 1b5c520587a91b0c93b1077a82aa32be5f3d4b4f Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Sun, 18 Feb 2018 09:47:52 +0100 Subject: [PATCH] Think about travis script instead of copying and pasting --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 05d1c6d702..a7228fe0c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ python: - "3.5" - "3.6" -# command to install dependencies -install: pip install -r requirements.txt --use-mirrors +install: python setup.py install -# command to run tests script: nosetests