Skip to content

Commit ff57a6e

Browse files
committed
Ummmm [skip appveyor]
1 parent 9696db0 commit ff57a6e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.circleci/config.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
variables:
24
intel-linux: &intel-linux
35
docker:
@@ -17,10 +19,11 @@ variables:
1719
name: Report
1820
command: |
1921
pipenv run python --version
20-
tests: &tests
22+
tests: &tests
23+
run:
2124
name: Testing
2225
shell: /bin/bash
23-
command: |
26+
command: |
2427
source /opt/intel/bin/compilervars.sh -arch intel64 -platform linux
2528
pipenv run python testing/collect_tests.py 'chapter-01/recipe-*' &&
2629
pipenv run python testing/collect_tests.py 'chapter-02/recipe-*' &&
@@ -36,9 +39,10 @@ variables:
3639
pipenv run python testing/collect_tests.py 'chapter-12/recipe-*' &&
3740
pipenv run python testing/collect_tests.py 'chapter-13/recipe-*' &&
3841
pipenv run python testing/collect_tests.py 'chapter-14/recipe-*'
39-
tests-conda: &tests-conda
40-
name: Testing
41-
shell: /bin/bash
42+
tests-conda: &tests-conda
43+
run:
44+
name: Testing Conda recipes
45+
shell: /bin/bash
4246
command: |
4347
source /opt/intel/bin/compilervars.sh -arch intel64 -platform linux
4448
pipenv run python testing/collect_tests.py 'chapter-11/recipe-04' &&

0 commit comments

Comments
 (0)