File: tox.ini

package info (click to toggle)
xml2rfc 2.5.1-1.1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 5,384 kB
  • ctags: 466
  • sloc: xml: 20,865; python: 4,692; makefile: 71; perl: 6
file content (25 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Tox (https://tox.testrun.org/) 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 = py26, py27, py33, py34

[testenv]
commands = 
	python --version
	python test.py
	xml2rfc --clear-cache
	make miektest
	make cachetest
	make drafttest
	make rfctest

whitelist_externals =
	make

deps =
	lxml
	requests
	datetime