Skip to content

Commit a6b55e5

Browse files
committed
Released version 0.0.2
1 parent 7c25596 commit a6b55e5

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
include = casbin_sqlalchemy_adapter/*

.travis.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
language: python
22
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'
77
install:
8-
- pip install -r requirements.txt
9-
- pip install coveralls
8+
- pip install -r requirements.txt
9+
- pip install coveralls
1010
script:
11-
- coverage run -m unittest discover -s tests -t tests
11+
- coverage run -m unittest discover -s tests -t tests
1212
after_success:
13-
- coveralls
13+
- coveralls
1414
deploy:
1515
provider: pypi
16-
user: "techlee"
16+
user: techlee
1717
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
1921
on:
20-
tags: true
22+
tags: true
23+
python: '3.6'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="casbin_sqlalchemy_adapter",
10-
version="0.0.1",
10+
version="0.0.2",
1111
author="TechLee",
1212
author_email="[email protected]",
1313
description="SQLAlchemy Adapter for PyCasbin",

0 commit comments

Comments
 (0)