We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18cab9 commit fcd3027Copy full SHA for fcd3027
.circleci/config.yml
@@ -45,11 +45,21 @@ jobs:
45
- run: nox -s lint
46
47
# Conda
48
- "conda-3.6-NIGHTLY":
+ "conda-3.6-0.20.1":
49
docker:
50
- image: continuumio/miniconda3
51
environment:
52
PYTHON: "3.6"
53
+ PANDAS: "0.20.1"
54
+ steps:
55
+ - checkout
56
+ - run: ci/config_auth.sh
57
+ - run: ci/run_conda.sh
58
+ "conda-3.7-NIGHTLY":
59
+ docker:
60
+ - image: continuumio/miniconda3
61
+ environment:
62
+ PYTHON: "3.7"
63
PANDAS: "NIGHTLY"
64
steps:
65
- checkout
@@ -65,4 +75,5 @@ workflows:
75
- "pip-3.6"
66
76
- "pip-3.7"
67
77
- lint
68
- - "conda-3.6-NIGHTLY"
78
+ - "conda-3.6-0.20.1"
79
+ - "conda-3.7-NIGHTLY"
ci/requirements-3.6-0.20.1.conda
@@ -0,0 +1,7 @@
1
+pydata-google-auth
2
+google-cloud-bigquery==1.9.0
3
+pytest
4
+pytest-cov
5
+codecov
6
+coverage
7
+flake8
0 commit comments