mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-01 03:20:30 +00:00
1c5f57e692
Previous commit relocated requirements.txt back to the root level of the repo, but Travis wasn't updated accordingly.
9 lines
163 B
YAML
9 lines
163 B
YAML
language: python
|
|
python: 3.6
|
|
before_install:
|
|
- sudo apt-get -y install libgnutls28-dev
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- ./run test
|