diff --git a/.travis.yml b/.travis.yml index 51fc4f0c..bfb7e966 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,17 +7,17 @@ language: - python matrix: include: - - python: 2.7 + - python: 3.7 env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1 install: - pip install tox - pip install cython - make cythonize - - python: 2.7 + - python: 3.7 env: TOXENV=pylint - - python: 2.7 + - python: 3.7 env: TOXENV=flake8 - - python: 2.7 + - python: 3.7 env: TOXENV=pydocstyle - python: 2.7 env: TOXENV=py27