Skip to content

Commit dedb7aa

Browse files
committed
Update Travis CI script
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
1 parent acc57f8 commit dedb7aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: minimal
22

33
before_install:
44
- make env
5+
- source env/conda/bin/activate sphinxcontrib-hdl-diagrams
56

67
stages:
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
@@ -35,6 +33,7 @@ jobs:
3533

3634
- stage: Deploy
3735
name: "PyPI"
36+
before_install: null
3837
before_deploy:
3938
- make clean
4039
- make sphinxcontrib_verilog_diagrams/version.py

0 commit comments

Comments
 (0)