mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Enable pip and apt cache in Travis for faster build times.
This commit is contained in:
@@ -9,6 +9,10 @@ python:
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
- apt
|
||||
- pip
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt -r requirements-dev.txt -e .
|
||||
- pip install coverage coveralls
|
||||
|
||||
Reference in New Issue
Block a user