Add noxfile.py to test with multiple versions of Python and our dependencies #85
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
type: process
A process-related concern. May include testing, release, or the like.
We use nox in the
google-cloud-bigquery
client library (source) to test on multiple versions of Python as well as multiple versions of our dependencies.This would be useful for issues like #83 where we want to add support for SQLAlchemy 1.4.0 without breaking support for earlier versions.
The text was updated successfully, but these errors were encountered: