Skip to content

Commit

Permalink
Merge pull request #184 from rsforbes/live
Browse files Browse the repository at this point in the history
Live Data Endpoint on S3
  • Loading branch information
swar authored Oct 31, 2021
2 parents 74ef726 + c37a54f commit bd556e6
Show file tree
Hide file tree
Showing 22 changed files with 3,954 additions and 227 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ flake8-steps: &steps
#- run: pytest
- run: pip install --user pytest
- run: python -m pytest tests/stats/library/playbyplay/test_play_by_play_regex.py
- run: python -m pytest tests/live/endpoints


jobs:
Python34:
Expand All @@ -34,6 +36,16 @@ jobs:
- image: circleci/python:3.7
steps: *steps

Python38:
docker:
- image: circleci/python:3.8
steps: *steps

Python39:
docker:
- image: circleci/python:3.9
steps: *steps

workflows:
version: 2
build:
Expand All @@ -42,3 +54,5 @@ workflows:
- Python35
- Python36
- Python37
- Python38
- Python39
70 changes: 0 additions & 70 deletions .vscode/launch.json

This file was deleted.

Loading

0 comments on commit bd556e6

Please sign in to comment.