From 1a9dd6cca7f7e3bab79de97444924e9330794936 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 2 Nov 2016 19:16:55 +0200 Subject: [PATCH] One more attempt... --- .travis.yml | 8 +++----- tox.ini | 5 +---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index fdf6a731..f7e71704 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,14 @@ sudo: false -language: python install: - pip install tox - pip install cython - make cythonize script: - tox -v +language: python python: - - 2.7 + - 3.5 env: - TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1 - - TOXENV=pylint - - TOXENV=flake8 - - TOXENV=pydocstyle + - TOXENV=pylint,flake8,pydocstyle - TOXENV=py26,py27,py33,py34,py35,pypy,pypy3 diff --git a/tox.ini b/tox.ini index 1c8a5344..dd345e8c 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ commands= unit2 discover tests [testenv:coveralls] -basepython=python +basepython=python3.5 passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH deps= {[testenv]deps} @@ -22,14 +22,12 @@ commands= coveralls [testenv:pylint] -basepython=python deps= pylint commands= - pylint -f colorized --rcfile=./.pylintrc dependency_injector [testenv:flake8] -basepython=python deps= flake8 commands= @@ -37,7 +35,6 @@ commands= flake8 --max-complexity=10 examples/ [testenv:pydocstyle] -basepython=python deps= pydocstyle commands=