1 https://github.com/grantjenks/python-sortedcontainers/issues/216
3 --- sortedcontainers-2.4.0.orig/tox.ini
4 +++ sortedcontainers-2.4.0/tox.ini
7 +envlist=py27,py34,py35,py36,py37,pypy,pypy3,lint
8 +skip_missing_interpreters=True
12 +commands=python -m pytest
17 + --doctest-glob "*.rst"
18 + --ignore tests/benchmark.py
19 + --ignore tests/benchmark_plot.py
20 + --ignore tests/benchmark_sorteddict.py
21 + --ignore tests/benchmark_sortedlist.py
22 + --ignore tests/benchmark_sortedset.py
23 + --ignore tests/plot_lengths_histogram_add.py
24 + --ignore tests/plot_lengths_histogram_delitem.py
25 +testpaths=docs sortedcontainers tests
29 +commands=pylint sortedcontainers