Implement interpreter test on travis

This commit is contained in:
Dave Halter
2020-01-12 20:51:40 +01:00
parent c56dae4835
commit c3503672d5
3 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ setenv =
env35: JEDI_TEST_ENVIRONMENT=35
env36: JEDI_TEST_ENVIRONMENT=36
env37: JEDI_TEST_ENVIRONMENT=37
interpreter: JEDI_TEST_ENVIRONMENT=interpreter
commands =
pytest {posargs}
[testenv:cov-py37]