Conversation
9bbee61 to
8d2ce39
Compare
8d2ce39 to
ec20604
Compare
| script: | ||
| - if [[ $TEST_TARGET == 'default' ]]; then | ||
| cp -r cc_plugin_ncei/tests/ /tmp && cd /tmp ; | ||
| py.test -s -rxs -v tests ; |
There was a problem hiding this comment.
This is a "safer" way to run tests b/c that is the condition similar to the user machine, where things are tested from a installed version. I removed it b/c there are a number of failures due to probably hardcoded paths in the tests.
I can fix those later, it is not a big deal.
|
With this change the tests no longer find the |
| env: TEST_TARGET=coding_standards | ||
| allow_failures: | ||
| - python: 3.6 | ||
| env: TEST_TARGET=coding_standards |
There was a problem hiding this comment.
We should add to the test matrix a released (default) and latest (allow_failures) version of compliance-checker to catch errors upstream before the releases. I'll modify this PR later today to do that,
|
Thanks @benjwadams! |
Use a test matrix, test the tarball in the
installsection, remove Python 3.4 and add Python 3.6.