Fixed travis CI

Previous commit relocated requirements.txt back to the root level of the repo, but Travis wasn't updated accordingly.
main
Ben Busby 2020-04-24 17:27:21 -06:00 committed by GitHub
parent 525f7adf22
commit 1c5f57e692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ python: 3.6
before_install: before_install:
- sudo apt-get -y install libgnutls28-dev - sudo apt-get -y install libgnutls28-dev
install: install:
- pip install -r config/requirements.txt - pip install -r requirements.txt
script: script:
- ./run test - ./run test