diff --git a/.travis.yml b/.travis.yml index fd3673e..033c159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python python: - '3.6' +install: + - pip install -r requirements.txt +cache: + - pip before_script: - git config credential.helper "store --file=.git/credentials" - echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials