mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-22 23:47:08 +00:00
Remove old Travis CI config
We are using Github Actions now, so remove the unused Travis CI configuration file. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
committed by
William Douglas
parent
258ebe73db
commit
67dfd12ee6
-17
@@ -1,17 +0,0 @@
|
||||
language: python
|
||||
dist: xenial
|
||||
sudo: enabled
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y libgnutls-dev
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
# command to run tests
|
||||
script:
|
||||
- make check
|
||||
- make unittests
|
||||
Reference in New Issue
Block a user