From 3936084cdd336ce7db7d693950e345eeceab93a5 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 16:17:44 +0100 Subject: And apparently, I broken travis ... this should cure it --- .travis.yml | 5 +---- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c56b9d43..c1b71110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,16 +12,13 @@ install: - git fetch --tags - pip install coveralls - # for now we have to make sure there is a master branch - at some point we should just have it by default - - git branch master 0.3 - # generate some reflog as git-python tests need it (in 0.3) - git checkout 0.3 - git reset --hard HEAD~1 - git reset --hard HEAD~1 - git reset --hard HEAD~1 - git reset --hard origin/0.3 - - git checkout master + - git checkout -b master - git reset --hard HEAD~1 - git reset --hard HEAD~1 - git reset --hard HEAD~1 diff --git a/tox.ini b/tox.ini index b50d77fa..6c562a1d 100644 --- a/tox.ini +++ b/tox.ini @@ -17,8 +17,7 @@ commands = {posargs} [flake8] #show-source = True -#E265 = it can't deal with my #{ section sections -#F403 = from module import * in __init__ +# E265 = comment blocks like @{ section, which it can't handle ignore = E265 max-line-length = 120 exclude = .tox,.venv,build,dist,doc,git/ext/ -- cgit v1.2.1