mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-19 11:23:28 +08:00
Merge pull request #442 from nfvs/migrate_travis_containers
Migrate to Travis container-based infrastructure, optimize build with pip caching.
This commit is contained in:
@@ -8,6 +8,12 @@ python:
|
||||
- "3.5"
|
||||
- "pypy"
|
||||
|
||||
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