Skip to content

Commit 1598d9e

Browse files
committed
Update travis
1 parent 88ae4b7 commit 1598d9e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1111
before_install:
12-
- python -m pip install --upgrade pip
12+
- pip3 install --upgrade pip
1313

1414
install:
1515
- pip install -r requirements.txt

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

89
Sqlalchemy seeder that supports nested relationships.
910

0 commit comments

Comments
 (0)