Add cache for the pip dependencies

This commit is contained in:
ErickSkrauch 2019-02-22 18:21:11 +03:00
parent c3eac31ccc
commit e088d9ede5
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
language: python
cache: pip
install:
- pip install -r requirements.txt