mirror of
https://github.com/benbusby/whoogle-search
synced 2024-10-30 09:20:50 +00:00
9 lines
174 B
YAML
9 lines
174 B
YAML
language: python
|
|
python: 3.6
|
|
before_install:
|
|
- sudo apt-get -y install libgnutls28-dev
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- ./whoogle-search test
|