Skip to content

Commit 725ffa9

Browse files
committed
Prep for merge
1 parent 5ed8baf commit 725ffa9

1 file changed

Lines changed: 4 additions & 28 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ workflows:
1010
jobs:
1111
- build
1212

13-
- windows_py_27_16:
14-
requires:
15-
- build
1613

1714
- linux_py_27_16:
1815
requires:
@@ -22,9 +19,9 @@ workflows:
2219
requires:
2320
- build
2421

25-
# - linux_py_27_latest:
26-
# requires:
27-
# - build
22+
- linux_py_27_latest:
23+
requires:
24+
- build
2825

2926
- linux_py_37:
3027
requires:
@@ -36,10 +33,9 @@ workflows:
3633

3734
- deploy:
3835
requires:
39-
- windows_py_27_16
4036
- linux_py_27_16
4137
- linux_py_27_17
42-
# - linux_py_27_latest
38+
- linux_py_27_latest
4339
- linux_py_37
4440
- linux_py_latest
4541

@@ -82,26 +78,6 @@ jobs:
8278
paths:
8379
- .
8480

85-
windows_py_27_16:
86-
description: Linux 2.7.16
87-
executor: win/default
88-
89-
steps:
90-
- attach_workspace:
91-
at: /tmp/artifact
92-
name: Attach build artifact
93-
94-
- run:
95-
name: Install package
96-
command: |
97-
pip install '/tmp/artifact'
98-
99-
- run:
100-
name: Run integration test
101-
command: |
102-
python /tmp/artifact/tests/integration.py
103-
104-
10581
linux_py_27_16:
10682
description: Linux 2.7.16
10783
docker:

0 commit comments

Comments
 (0)