ergo / pyramid_apispec

Pyramid plugin for openapi spec generation (using ApiSpec)
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

Fix CI Tests #23

Closed smsearcy closed 3 years ago

smsearcy commented 3 years ago

Move CI tests from Travis to GitHub Actions. Update tests to work with Pyramid 2.0 and APISpec > 4.0. Run Black on tests folder. Fix deprecation warning due to unescaped regex. Update Python versions in package metadata (only added new ones, didn't remove older 2.x versions or 3.x that are no longer being tested).

ergo commented 3 years ago

Thank you