[tox] skipsdist = true envlist = py{37,38}-pelican{45,dev} [testenv] basepython = py37: python3.7 py38: python3.8 deps = pelican45: git+https://github.com/getpelican/pelican.git@4.5.4#egg=pelican pelicandev: git+https://github.com/getpelican/pelican.git#egg=pelican beautifulsoup4 -rdev_requirements.txt passenv = * install_command= pip install {opts} -e {packages} commands = {envpython} --version pelican --version {envpython} test_toc.py [flake8] application-import-names=toc import-order-style=cryptography [testenv:flake8] basepython = python3.8 deps = flake8 flake8-import-order install_command= pip install {opts} {packages} commands = flake8 --version flake8 toc.py