mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
12 lines
345 B
YAML
12 lines
345 B
YAML
before_script:
|
|
- apt-get -q update -y
|
|
- echo " == Installing required packages"
|
|
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
|
python-imaging python-libcloud python-magic python-paramiko
|
|
python-pyasn1 python-pyasn1-modules python-requests
|
|
|
|
test:
|
|
script:
|
|
- ./hooks/pre-commit
|
|
- cd tests
|
|
- ./run-tests
|