Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendrik Seipp committed Aug 29, 2015
1 parent 8530e3e commit 368cede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,8 +1,8 @@
[tox]
envlist = py26,py27
envlist = py27

[testenv]
deps=
pytest
commands=py.test
commands=py.test-2.7
sitepackages=True

0 comments on commit 368cede

Please sign in to comment.