Skip to content

Commit

Permalink
Merge pull request RIPE-NCC#125 from astrikos/master
Browse files Browse the repository at this point in the history
I was wondering why this wasn't caught originally.  Thanks for patching this.
  • Loading branch information
danielquinn committed Dec 14, 2015
2 parents e5fe2df + 051a85e commit c9908cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py27-pyflakes, py27-pep8, py27-coverage, py27, py34
envlist=py27-pyflakes, py27-pep8, py27-coverage, py27, py34, py34-syntax

[testenv]
commands=python setup.py test []
Expand All @@ -21,3 +21,9 @@ commands=
coverage run --source=ripe setup.py test
coverage report -m
deps=coverage

[testenv:py34-syntax]
whitelist_externals=bash
commands=bash -c "find ripe/ tests/ -name "*.py" | xargs python -m py_compile"
basepython=python3.4
deps=

0 comments on commit c9908cc

Please sign in to comment.