Initial checkin of customizable sqlalchemy-easy-profile.

This commit is contained in:
Ben Rog-Wilhelm 2022-11-10 08:43:22 -06:00 committed by Ben Rog-Wilhelm
parent 937d36de31
commit 6b55cc1f5b
25 changed files with 1698 additions and 0 deletions

View 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