Skip to content

Commit

Permalink
Merge pull request #21 from mithro/version-fix2
Browse files Browse the repository at this point in the history
travis: Move `make env` into the `install:` step.
  • Loading branch information
mithro committed Sep 17, 2020
2 parents dc884e9 + 70ce7d1 commit abe99e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ git:

before_install:
- git fetch --tags

install:
- make env
- source env/conda/bin/activate sphinx-verilog-domain

Expand All @@ -21,7 +23,7 @@ jobs:

- stage: Deploy
name: "PyPI"
before_install: null
install: null
before_deploy:
- sudo ln -sf /usr/bin/python3 /usr/bin/python
deploy:
Expand Down

0 comments on commit abe99e2

Please sign in to comment.