File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11version : 2
22
33jobs :
4- " python-3.6 " : &test-template
4+ python-3.6 : &test-template
55 docker :
66 - image : circleci/python:3.6-stretch-node-browsers
77
3333 - save_cache :
3434 key : deps1-{{ .Branch }}-{{ checksum "circlejob.txt" }}-{{ checksum "tests/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
3535 paths :
36- - " venv"
36+ - venv
3737
3838 - run :
3939 name : Generations tests
@@ -42,12 +42,12 @@ jobs:
4242 pytest
4343 when : always
4444
45- " python-2.7 " :
45+ python-2.7 :
4646 << : *test-template
4747 docker :
4848 - image : circleci/python:2.7-stretch-node-browsers
4949
50- " python-3.7-install-test " :
50+ python-3.7-install-test :
5151 docker :
5252 - image : circleci/python:3.7-stretch-node-browsers
5353
7979 - save_cache :
8080 key : deps1-{{ .Branch }}-{{ checksum "circlejob.txt" }}-{{ checksum "tests/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
8181 paths :
82- - " venv"
82+ - venv
8383
8484 - run :
8585 name : Generate Project & test
@@ -101,6 +101,6 @@ workflows:
101101 version : 2
102102 build :
103103 jobs :
104- - " python-3.6"
105- - " python-2.7"
106- - " python-3.7-install-test"
104+ - python-3.6
105+ - python-2.7
106+ - python-3.7-install-test
You can’t perform that action at this time.
0 commit comments