summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-25 16:03:18 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-25 16:35:35 +0000
commitf4444da5fa55e80755299bc87defab1d7153d188 (patch)
treeaee8387a6b71f9c1419470647cb89e4b8c22e852 /.travis.yml
parentc9fbf5dbd972fdd2e73e5f6d7d1cef1b899cb527 (diff)
downloadybd-put-all-deps-into-install.sh.tar.gz
Fix install.sh to handle all the dependenciesput-all-deps-into-install.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 7bb7272..bdbdc6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,5 @@
before_install:
-- sudo pip install pep8
-- pep8
-- sudo apt-get update -qq
-- sudo apt-get install -qq build-essential gawk git m4
-- sudo pip install fs pyyaml sandboxlib requests jsonschema
-- sudo pip install bottle cherrypy riemann-client
+- ./install.sh
install:
- sudo python setup.py install