File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: minimal
22
33before_install :
44 - make env
5+ - source env/conda/bin/activate sphinxcontrib-hdl-diagrams
56
67stages :
78 - name :
@@ -13,19 +14,16 @@ jobs:
1314 - stage : Tests
1415 name : " Test :skin: option"
1516 script :
16- - source env/conda/bin/activate sphinxcontrib-verilog-diagrams
1717 - cd tests && python3 -m unittest test.TestSkins
1818
1919 - stage : Tests
2020 name : " Test :yosys_script: option"
2121 script :
22- - source env/conda/bin/activate sphinxcontrib-verilog-diagrams
2322 - cd tests && python3 -m unittest test.TestYosysScript
2423
2524 - stage : Tests
2625 name : " Test verilog_diagram_yosys config variable"
2726 script :
28- - source env/conda/bin/activate sphinxcontrib-verilog-diagrams
2927 - cd tests && python3 -m unittest test.TestYosysType
3028
3129 - stage : Build
3533
3634 - stage : Deploy
3735 name : " PyPI"
36+ before_install : null
3837 before_deploy :
3938 - make clean
4039 - make sphinxcontrib_verilog_diagrams/version.py
You can’t perform that action at this time.
0 commit comments