File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ python:
44 - " 3.7"
55 - " 3.8"
66 - " 3.9"
7- os :
8- - linux
9- - osx
10- - windows
7+ # os:
8+ # - linux
9+ # - osx
10+ # - windows
1111before_install :
12- - python -m pip install --upgrade pip
12+ - pip3 install --upgrade pip
1313
1414install :
1515 - pip install -r requirements.txt
Original file line number Diff line number Diff line change 44[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/sqlalchemyseed )] ( https://pypi.org/project/sqlalchemyseed )
55[ ![ PyPI - License] ( https://img.shields.io/pypi/l/sqlalchemyseed )] ( https://github.com/jedymatt/sqlalchemyseed/blob/main/LICENSE )
66[ ![ Python package] ( https://github.com/jedymatt/sqlalchemyseed/actions/workflows/python-package.yml/badge.svg )] ( https://github.com/jedymatt/sqlalchemyseed/actions/workflows/python-package.yml )
7+ [ ![ Build Status] ( https://app.travis-ci.com/jedymatt/sqlalchemyseed.svg?branch=main )] ( https://app.travis-ci.com/jedymatt/sqlalchemyseed )
78
89Sqlalchemy seeder that supports nested relationships.
910
You can’t perform that action at this time.
0 commit comments