File: tox.ini

package info (click to toggle)
python-fs 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,216 kB
  • sloc: python: 11,042; makefile: 217; sh: 3
file content (19 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist = {py27,py34,py35,py36,py37}{,-scandir},pypy
sitepackages = False
skip_missing_interpreters=True

[testenv]
deps = appdirs
    backports.os
    coverage
    enum34
    nose
    mock
    pyftpdlib
    pytz
    psutil
    scandir: scandir
    pysendfile
commands = nosetests --with-coverage --cover-package=fs --cover-package=fs.opener tests \
	[]