File: tox.ini

package info (click to toggle)
systemfixtures 0.6.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 841; makefile: 221; sh: 2
file content (20 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = py27,py35,py36
skipsdist = True

[tox:travis]
2.7 = py27
3.5 = py35
3.6 = py36

[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = .[test]
setenv =
    COVERAGE=coverage
    SPHINXBUILD=sphinx-build
whitelist_externals =
    make
commands =
    make