From 7294a0fd407f5897a18f26eb6782c1ca39ef3ba9 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Sat, 6 Jun 2020 10:25:53 +0300 Subject: [PATCH] travis: Fix drone tests stage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a68f73..1300ff6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ jobs: language: python python: 2.7 script: - - cd drone/tests + - cd drone - pip install -r drone/requirements.txt - pytest