File: tox.ini

package info (click to toggle)
python-srptools 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 656; makefile: 5; sh: 5
file content (11 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# See http://tox.readthedocs.org/en/latest/examples.html for samples.

[tox]
envlist = py{35,36,37}

skip_missing_interpreters = True

install_command = pip install {opts} {packages}

[testenv]
commands = python setup.py test