File: tox.ini

package info (click to toggle)
python-pygraphviz 1.3.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 664 kB
  • sloc: ansic: 4,970; python: 2,523; makefile: 152
file content (9 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26,py27,py32,py33,py34
[testenv]
deps =
    nose
    doctest-ignore-unicode
commands = nosetests -c {toxinidir}/setup.cfg -x
; Run tests from inside the virtualenv.
changedir = {envsitepackagesdir}/pygraphviz