Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 13, 2017
1 parent c6f4401 commit a1974ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release.py
Expand Up @@ -26,7 +26,7 @@ def check_git():

def test():
print("--- TEST ---------------------------------------------------------")
system("tox -e py27,py35")
system("tox --skip-missing-interpreters")


def check_changelog():
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,py35,pypy,pypy3
envlist = py26,py27,py33,py34,py35,pypy

[testenv]
passenv = LD_LIBRARY_PATH
Expand All @@ -8,7 +8,7 @@ whitelist_externals =
deps =
py26: unittest2
py26,py27: backports.lzma
py26,py27: futures
py26,py27,pypy: futures
py26,py27,py33,py34,py35: spur
commands =
python test.py --verbose
Expand Down

0 comments on commit a1974ae

Please sign in to comment.