Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed Nov 12, 2020
1 parent 78518c8 commit 906d43c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
branches:
only:
- master
- sphinx_doc/multi_version
jobs:
exclude:
- python: "3.6"
Expand All @@ -27,6 +28,7 @@ install:
- pip install -e .$DEP
- pip install pytest-cov coveralls
script:
- git fetch --all --tags
- black --check .
- flake8 --config=.flake8 .
- mypy cgp
Expand All @@ -44,6 +46,7 @@ deploy:
on:
python: 3.8
condition: $DEP = "[all]"
tags: true
edge: true
- provider: pages:git
skip_cleanup: true
Expand Down

0 comments on commit 906d43c

Please sign in to comment.