Skip to content

Commit abe99e2

Browse files
authored
Merge pull request #21 from mithro/version-fix2
travis: Move `make env` into the `install:` step.
2 parents dc884e9 + 70ce7d1 commit abe99e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ git:
55

66
before_install:
77
- git fetch --tags
8+
9+
install:
810
- make env
911
- source env/conda/bin/activate sphinx-verilog-domain
1012

@@ -21,7 +23,7 @@ jobs:
2123

2224
- stage: Deploy
2325
name: "PyPI"
24-
before_install: null
26+
install: null
2527
before_deploy:
2628
- sudo ln -sf /usr/bin/python3 /usr/bin/python
2729
deploy:

0 commit comments

Comments
 (0)