From bfee7afd0c0415897115528f6f4e70f90d1af214 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Sun, 16 Oct 2016 08:02:22 -0500 Subject: [PATCH] Remove the 120 line length, reset to default --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4cc57ca..942a5df2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: python python: -- '3.5' + - '3.5' install: -- pip install -r requirements.txt -- pip install -r requirements-dev.txt -- python setup.py install -- pip install flake8 -- pip install pytest -before_script: flake8 --max-line-length=120 sanic + - pip install -r requirements.txt + - pip install -r requirements-dev.txt + - python setup.py install + - pip install flake8 + - pip install pytest +before_script: flake8 sanic script: py.test -v tests deploy: provider: pypi