From 5ebcd8214018f65072d294b6eab34499cdf61aae Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Wed, 4 Apr 2018 17:54:32 +0200 Subject: [PATCH] cleaned up travis --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c1cc5d..0e6299c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,7 @@ language: python -branches: - only: - - master - - develop python: - "2.7" -sudo: false +sudo: false install: - make install - make start @@ -16,7 +12,3 @@ script: - make pep8 #after_success: # - coveralls -matrix: - - allow_failures: - - python: 3.5 -