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:
Major Hayden 2020-02-24 13:46:13 -06:00 committed by Tom Gundersen
parent 4c92b7a28b
commit 31a8eb8d93

View file

@ -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: