Skip to content
Snippets Groups Projects
Commit efb55f83 authored by nimrod's avatar nimrod
Browse files

- Created a new Tox environment just for docs, added said environment to...

- Created a new Tox environment just for docs, added said environment to Travis CI, reintroduced Python 3.2 tests.
parent 77387d7a
No related branches found
No related tags found
No related merge requests found
---
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
......
......@@ -15,14 +15,17 @@ basepython =
py3: python3
deps =
check-manifest
readme_renderer
flake8
commands =
check-manifest --ignore tox.ini,tests*
python setup.py check -m -r -s
flake8 .
eb-prune --help
[testenv:docs]
basepython = python
deps = readme_renderer
commands = python setup.py check -m -r -s
[testenv:release]
basepython = python
whitelist_externals =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment