Initial checkin of customizable sqlalchemy-easy-profile.
This commit is contained in:
parent
937d36de31
commit
6b55cc1f5b
25 changed files with 1698 additions and 0 deletions
21
thirdparty/sqlalchemy-easy-profile/.travis.yml
vendored
Normal file
21
thirdparty/sqlalchemy-easy-profile/.travis.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
sudo: false
|
||||
language: python
|
||||
dist: xenial
|
||||
python:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
matrix:
|
||||
include:
|
||||
- name: "PEP8"
|
||||
python: 3.7
|
||||
env: TOXENV=pep8
|
||||
install:
|
||||
- pip install tox-travis codecov
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
- codecov
|
||||
branches:
|
||||
only:
|
||||
- master
|
Loading…
Add table
Add a link
Reference in a new issue