Add cache for the pip dependencies

This commit is contained in:
ErickSkrauch
2019-02-22 18:21:11 +03:00
parent c3eac31ccc
commit e088d9ede5

View File

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