We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e0525 commit b26d165Copy full SHA for b26d165
.circleci/config.yml
@@ -1,10 +1,6 @@
1
version: 2
2
jobs:
3
-
4
- # --------------------------------------------------------------------------
5
- # 1. py36_locale
6
7
- py36_locale:
+ build:
8
docker:
9
- image: continuumio/miniconda:latest
10
# databases configuration
@@ -34,9 +30,3 @@ jobs:
34
30
- run:
35
31
name: test
36
32
command: ./ci/circle/run_circle.sh --skip-slow --skip-network
37
38
-workflows:
39
- version: 2
40
- build_and_test:
41
- jobs:
42
- - py36_locale
0 commit comments