From 1c5f57e6921454be624a33de80a033e55d5ea9f8 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 24 Apr 2020 17:27:21 -0600 Subject: [PATCH] Fixed travis CI Previous commit relocated requirements.txt back to the root level of the repo, but Travis wasn't updated accordingly. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd35172..3775cce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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