erikrose / parsimonious

The fastest pure-Python PEG parser I can muster
MIT License
1.8k stars 126 forks source link

fixes issue 187 by replacing travis-ci with github actions for ci #195

Closed lonnen closed 2 years ago

lonnen commented 2 years ago

Once github ci is enabled on the repository this should run CI. It is difficult to test offline, though, so check it carefully

lonnen commented 2 years ago

I enabled this on my fork. You can see a sample test run here:

https://github.com/lonnen/parsimonious/runs/5702575490?check_suite_focus=true

All tests are running across all environments, including python 3.10