mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Fixed travis CI
Previous commit relocated requirements.txt back to the root level of the repo, but Travis wasn't updated accordingly.
This commit is contained in:
parent
525f7adf22
commit
1c5f57e692
@ -3,6 +3,6 @@ python: 3.6
|
||||
before_install:
|
||||
- sudo apt-get -y install libgnutls28-dev
|
||||
install:
|
||||
- pip install -r config/requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- ./run test
|
||||
|
Loading…
x
Reference in New Issue
Block a user