Przeglądaj źródła

Remove old Travis files

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman 11 lat temu
rodzic
commit
f407504679
2 zmienionych plików z 0 dodań i 22 usunięć
  1. 0 12
      .travis.yml
  2. 0 10
      script/travis-integration

+ 0 - 12
.travis.yml

@@ -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

+ 0 - 10
script/travis-integration

@@ -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