File: tox.ini

package info (click to toggle)
python-cssselect 0.9.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 236 kB
  • sloc: python: 2,041; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py25,py26,py27,py32,py33

[testenv]
deps=lxml
commands = python cssselect/tests.py

[testenv:py25]
setenv =
    PIP_INSECURE = 1