Remove unit tests from Travis CI job
The unit tests are no longer needed in the Travis CI job since we are running them with GitHub Actions. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
4c92b7a28b
commit
31a8eb8d93
1 changed files with 0 additions and 4 deletions
|
|
@ -6,10 +6,6 @@ env:
|
|||
- PYTHONUNBUFFERED=1
|
||||
jobs:
|
||||
include:
|
||||
- name: unit-tests
|
||||
script:
|
||||
- python3 -m unittest test.test_osbuild
|
||||
- python3 -m unittest test.test_objectstore
|
||||
- name: pipeline-noop
|
||||
before_install: sudo apt-get install -y systemd-container
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue