Conditionally enable py3.5 tests in travis

This commit is contained in:
Alberto Berti
2015-11-10 04:09:05 +01:00
parent 782310039b
commit 795887e044
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -55,6 +55,9 @@ reindent:
@$(PYTHON) utils/reindent.py -r -n .
test:
@cd tests; $(PYTHON) run.py -I py35 -d -m '^[tT]est' $(TEST)
test-async:
@cd tests; $(PYTHON) run.py -d -m '^[tT]est' $(TEST)
covertest: