diff options
| author | Adam Hupp <adam@hupp.org> | 2020-05-05 19:07:57 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2020-05-05 19:23:02 -0700 |
| commit | d022a14201ab18e5e9adaed813286d63f8b214ea (patch) | |
| tree | dd44d83744f31255abc53681406cac544f82f451 /test_docker.sh | |
| parent | 406ca1c736ce961b71b1868464c8fe61418292a8 (diff) | |
| download | python-magic-d022a14201ab18e5e9adaed813286d63f8b214ea.tar.gz | |
Add docker tests for centos7 & 8
Since we have some breakage due to incompatible libraries there
Diffstat (limited to 'test_docker.sh')
| -rwxr-xr-x | test_docker.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test_docker.sh b/test_docker.sh index 4cb9943..69220ed 100755 --- a/test_docker.sh +++ b/test_docker.sh @@ -15,4 +15,7 @@ function TestInContainer { TestInContainer "xenial" TestInContainer "bionic" TestInContainer "focal" +TestInContainer "centos7" +TestInContainer "centos8" + |
