From 7dda6447b057cf58435d21d07a81cf7209049bb9 Mon Sep 17 00:00:00 2001 From: Adam Fekete Date: Wed, 6 Nov 2019 01:35:43 +0000 Subject: [PATCH] restructuring jobs --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 744fa4e..418e43d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - - '3.6' + - "3.6" + - "3.7" cache: pip @@ -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 @@ -32,8 +33,6 @@ jobs: branch: master - stage: release - name: "Automatic PyPi release deployment" - before_install: skip install: skip script: skip deploy: