ffmpeg-python/tox.ini
Ross Patterson dc243a6e9c Tests: Add recent Pythons for testing, remove Python 3.6
Python 3.6 was kinda skipped by many and isn't available in the Ubuntu
deadsnakes repository.
2019-08-09 19:08:57 -07:00

16 lines
395 B
INI

# Tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py27, py34, py35, py37, py38, pypy
[testenv]
usedevelop = true
commands = py.test -vv
deps =
future
pytest
pytest-mock