diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f61d718e0c..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: python -python: -- '2.6' -- '2.7' -install: -- pip install -r requirements.txt -- pip install -r requirements-dev.txt -- pip install . -script: - - script/validate-dco - - flake8 fig - - nosetests tests/unit diff --git a/script/travis-integration b/script/travis-integration deleted file mode 100755 index c0ff5b4b90..0000000000 --- a/script/travis-integration +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -set -ex - -# Kill background processes on exit -trap 'kill -9 $(jobs -p)' SIGINT SIGTERM EXIT - -export DOCKER_HOST=tcp://localhost:4243 -orchard proxy -H $TRAVIS_JOB_ID $DOCKER_HOST & -sleep 2 -nosetests -v