malor / cpython-lldb

LLDB extension for debugging Python programs
MIT License
80 stars 4 forks source link

Use travis test matrix #4

Closed malor closed 6 years ago

malor commented 6 years ago

This will effectively allow to run tests against different CPython versions independently: e.g. if the tests fail on 3.5, we'll still test 3.6 and 3.7.