File: tox.ini

package info (click to toggle)
ofxstatement-plugins 20161204
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,160 kB
  • ctags: 1,619
  • sloc: python: 4,374; xml: 292; makefile: 103
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py33, py34

[testenv]
setenv =
    PYTHONPATH = {toxinidir}:{toxinidir}/ofxstatement
commands = python setup.py test
deps =
    -r{toxinidir}/requirements.txt