File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,19 @@ init:
44
44
install :
45
45
- conda config --set always_yes yes --set changeps1 no
46
46
- conda update -q conda
47
- - sed -i 's/ - pip:/ - mypy>0.9\n - black=19.10b0\n - pip:/ ' environment.yml
47
+ - sed -i 's/python>=3.6/python=$PYTHON_VERSION/g ' environment.yml
48
48
- conda env create -f environment.yml
49
49
- activate cadquery
50
- - cmd : conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
51
- - sh : conda install -c conda-forge -c defaults -c cadquery python=$PYTHON_VERSION
50
+ # - cmd: conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
51
+ # - sh: conda install -c conda-forge -c defaults -c cadquery python=$PYTHON_VERSION
52
+ # - pip install black=19.10b0
52
53
-
pip install git+https://github.com/CadQuery/[email protected]
53
- - pip install pytest
54
- - pip install pytest-cov
55
- - pip install path
56
- - pip install docutils
57
- - pip install codecov
54
+ # - pip install mypy
55
+ # - pip install pytest
56
+ # - pip install pytest-cov
57
+ # - pip install path
58
+ # - pip install docutils
59
+ # - pip install codecov
58
60
59
61
build : false
60
62
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies:
12
12
- sphinx_rtd_theme
13
13
- sphinx-autodoc-typehints
14
14
- black=19.10b0
15
+ - mypy
15
16
- codecov
16
17
- pytest
17
18
- pytest-cov
You can’t perform that action at this time.
0 commit comments