Sign in
apache
/
casbin-python-flask-authz
/
ee91c6182dc87ab7097d96174bde8f5ecdaab123
/
.
/
.travis.yml
blob: fa73357f84463eb38049a51df2bcd15fe0f54c9a [
file
]
language:
python
python:
-
'3.6'
-
'3.7'
-
'3.8'
install:
-
pip install
-
r requirements.txt
-
pip install
-
r dev_requirements.txt
--
upgrade
-
pip install coveralls
script:
-
pytest
--
cov flask_authz
after_success:
-
coveralls