Skip to content

Commit 8fab046

Browse files
committed
travis will now skip unit tests during the building stage
1 parent a179514 commit 8fab046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
if: tag IS present
2424
all_branches: true
2525
python: "3.8"
26+
script: skip
2627
before_deploy:
2728
- make -C docs html
2829
- touch docs/_build/html/.nojekyll

0 commit comments

Comments
 (0)