diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ pep8: pep8 --filename=*.py --repeat $(LINTABLE) test: - tox -e py27,py34 $(ARGS) + tox -e py27,py35 $(ARGS) metacov: COVERAGE_COVERAGE=yes tox $(ARGS) |