re-import sources as agreed with the maintainer
This commit is contained in:
parent
358fc46f9e
commit
21808a4d7c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
SOURCES/justbases-0.14.tar.gz
|
/justbases-0.6.tar.gz
|
||||||
|
/justbases-0.9.tar.gz
|
||||||
/justbases-0.14.tar.gz
|
/justbases-0.14.tar.gz
|
||||||
|
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- python3-justbases
|
||||||
|
- 'http://download.eng.bos.redhat.com/brewroot/vol/rhel-8/packages/python-tox/2.9.1/6.el8+7/noarch/python3-tox-2.9.1-6.el8+7.noarch.rpm'
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: ./
|
||||||
|
run: /usr/bin/tox -c /var/str/source/tox.ini -e test
|
Loading…
Reference in New Issue
Block a user