Fixed travis CI

Previous commit relocated requirements.txt back to the root level of the repo, but Travis wasn't updated accordingly.
このコミットが含まれているのは:
Ben Busby 2020-04-24 17:27:21 -06:00 committed by GitHub
コミット 1c5f57e692
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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