Loading .travis.yml +5 −1 Original line number Diff line number Diff line --- language: python python: ["2.7", "3.3", "3.4", "3.5"] python: ["2.7", "3.2", "3.3", "3.4", "3.5"] dist: trusty sudo: false cache: - pip matrix: include: - python: "3.5" env: TOXENV=docs install: - pip install tox-travis Loading tox.ini +5 −1 Original line number Diff line number Diff line Loading @@ -19,11 +19,15 @@ deps = flake8 commands = check-manifest --ignore tox.ini,tests* python setup.py check -m -r -s flake8 . python -m doctest template/filters.py template/__init__.py ./tests.sh [testenv:docs] basepython = python deps = readme_renderer commands = python setup.py check -m -r -s [testenv:release] basepython = python whitelist_externals = Loading Loading
.travis.yml +5 −1 Original line number Diff line number Diff line --- language: python python: ["2.7", "3.3", "3.4", "3.5"] python: ["2.7", "3.2", "3.3", "3.4", "3.5"] dist: trusty sudo: false cache: - pip matrix: include: - python: "3.5" env: TOXENV=docs install: - pip install tox-travis Loading
tox.ini +5 −1 Original line number Diff line number Diff line Loading @@ -19,11 +19,15 @@ deps = flake8 commands = check-manifest --ignore tox.ini,tests* python setup.py check -m -r -s flake8 . python -m doctest template/filters.py template/__init__.py ./tests.sh [testenv:docs] basepython = python deps = readme_renderer commands = python setup.py check -m -r -s [testenv:release] basepython = python whitelist_externals = Loading