Skip to content

Commit

Permalink
Test in many Pythons with tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Apr 13, 2012
1 parent 14b11cf commit 50ac664
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
*.pyc
*.egg-info
/.tox
/MANIFEST
6 changes: 6 additions & 0 deletions tox.ini
@@ -0,0 +1,6 @@
[tox]
envlist = py24,py25,py26,py27,py31,py32

[testenv]
deps=lxml
commands = python test_cssselect.py

0 comments on commit 50ac664

Please sign in to comment.