File: tox.ini

package info (click to toggle)
python-vertica 0.6.8-2
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 352 kB
  • ctags: 293
  • sloc: python: 1,834; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 96 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27,py34

[testenv]
commands =
	nosetests
deps =
	nose==1.3.6
	psycopg2>=2.5.1