bagit-profiles / bagit-profiles-validator

A simple Python module for validating BagIt Profiles.
The Unlicense
12 stars 6 forks source link

add circle ci config, badge to pypi/ci in readme #6

Closed kba closed 5 years ago

kba commented 5 years ago

Test against 2.7 and 3.{4,5,6,7} by running test.py and module_test.py script.

Fails currently for 3.*: https://circleci.com/gh/kba/bagit-profiles-validator/tree/circleci

With #5 merged fails succeeds for 3.6 and 3.7 but fails for the rest: https://circleci.com/gh/kba/bagit-profiles-validator/tree/circleci-2to3

The joy. But it's fixable with a conditional import from urllib.

ruebot commented 5 years ago

Thanks @kba!