Skip to content

Commit

Permalink
add Python 3.3 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Aug 28, 2014
1 parent 6537c6a commit f387f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27
envlist = py27,py33
[testenv]
deps=pytest
commands=py.test tests/
commands=py.test -v tests/

0 comments on commit f387f8f

Please sign in to comment.