File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = casbin_sqlalchemy_adapter/*
Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 3.3"
4
- - " 3.4"
5
- - " 3.5"
6
- - " 3.6"
3
+ - ' 3.3'
4
+ - ' 3.4'
5
+ - ' 3.5'
6
+ - ' 3.6'
7
7
install :
8
- - pip install -r requirements.txt
9
- - pip install coveralls
8
+ - pip install -r requirements.txt
9
+ - pip install coveralls
10
10
script :
11
- - coverage run -m unittest discover -s tests -t tests
11
+ - coverage run -m unittest discover -s tests -t tests
12
12
after_success :
13
- - coveralls
13
+ - coveralls
14
14
deploy :
15
15
provider : pypi
16
- user : " techlee"
16
+ user : techlee
17
17
password :
18
- secure : " Your encrypted password"
18
+ secure : pTL4bF82LZ+Usn7rhm/7tPDz4QiF+RWuVyu+7aNtgqy4JZ5nCloIxohSxODCr58vYabAMecxwCsvCVm7DSWeJiYzFiyWMiEIRxmuc6LHSNnG8pYIHuj9qBcOdyshQbN5ALpuvnpFX2sUQ20hy3ge6cdFT4xLZAm4nzmNnR6e20MNOT675agdNfgDsjnNEBV7lCGfvpYtAJgaB95f8P24Q/WX6JevcrhCLLoLOnZdjt8RxvhV95QF03E3dI9c7d1NwFEZ/IbK2WfXjZ8rY2vYutscSlvag2r+N/ZVlOwTQvwWeZHXkDu6bRsV2mKC1Sq2J6q6mwtFm81YLB5A0RgMIJu+4Ec36Xl1HxRCBgDxDh4WfZkx/yZJsAMqTKVnFsImDt76MD6sDyemG/cPhli3qkAYazgdL2rv9l8KQWVwIhUTN4zOigzDpoEGIvk3DjrAoCoyP/9U5oagBnHSdL/e5jHFoJQ9CS8RRUYvsez6QWE7V06qRLfTSpxmxzvFrA0RENw6RcpabVmbFac/HdMyv9aFL8Z/bWHf2vkyAYUDBDiyFKKYcGWxTsS3L+fTDvyycfy8NJ3jSgloJiXH2FFsEJ03ZxgCIONNMw8gZ58gglJC0jJHZbzjIAl7oNcm+6S0T56y3H6Hb2zQk0eRD6qiY6RQZowc+HH9Is0ejNhW9zc=
19
+ distributions : sdist bdist_wheel
20
+ skip_existing : true
19
21
on :
20
- tags : true
22
+ tags : true
23
+ python : ' 3.6'
Original file line number Diff line number Diff line change 7
7
8
8
setuptools .setup (
9
9
name = "casbin_sqlalchemy_adapter" ,
10
- version = "0.0.1 " ,
10
+ version = "0.0.2 " ,
11
11
author = "TechLee" ,
12
12
13
13
description = "SQLAlchemy Adapter for PyCasbin" ,
You can’t perform that action at this time.
0 commit comments