Skip to content

Commit

Permalink
restructuring jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Fekete committed Nov 6, 2019
1 parent e8c7604 commit 7dda644
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- '3.6'
- "3.6"
- "3.7"

cache: pip

Expand All @@ -15,10 +16,10 @@ script:

jobs:
include:
- stage: docs
name: "Documentation"
- stage: documentation
install:
- pip install -r requirements.txt
- pip install -e .
- pip install sphinx sphinx-rtd-theme
script:
- cd docs; make html
Expand All @@ -32,8 +33,6 @@ jobs:
branch: master

- stage: release
name: "Automatic PyPi release deployment"
before_install: skip
install: skip
script: skip
deploy:
Expand Down

0 comments on commit 7dda644

Please sign in to comment.