stchris / untangle

Converts XML to Python objects
MIT License
612 stars 83 forks source link

Fix ci #48

Closed reverbc closed 2 years ago

reverbc commented 7 years ago

This PR is addressed to the issues describe in #46

  1. rename tests.py to test_untangle.py to align the suggested file name for test discovery
  2. execute pytest directly with pytest-runner instead of tox
  3. exclude project-unrelated code from flake8
coveralls commented 7 years ago

Coverage Status

Coverage increased (+54.2%) to 89.72% when pulling 4c0cdc782f1516d1eff60a77d296a54b9d2b7316 on reverbc:fix-ci into a18c1712d534a0e84784c43251cb74c91c846b1f on stchris:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+54.2%) to 89.72% when pulling 4c0cdc782f1516d1eff60a77d296a54b9d2b7316 on reverbc:fix-ci into a18c1712d534a0e84784c43251cb74c91c846b1f on stchris:master.

stchris commented 2 years ago

Moved to Github Actions and Pytest in #82