From 61c9c0d2c301ae87d04a5d04cec9dd8003b495c1 Mon Sep 17 00:00:00 2001 From: AntoineDao Date: Wed, 20 Mar 2019 21:08:54 +0000 Subject: [PATCH] fix(deploy): fix travis file for docs deployment #125 --- .travis.yml | 15 ++++++++------- dev-requirements.txt | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b722b1d8..9f94714f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,10 +30,11 @@ jobs: - git config --global user.email "releases@ladybug.tools" - git config --global user.name "ladybugbot" - npx semantic-release - provider: pages - skip_cleanup: true - github-token: $GH_TOKEN - keep-history: false - on: - branch: master - local_dir: docs/_build/ \ No newline at end of file + deploy: + provider: pages + skip_cleanup: true + github-token: $GH_TOKEN + keep-history: false + local_dir: docs/_build/ + on: + branch: master \ No newline at end of file diff --git a/dev-requirements.txt b/dev-requirements.txt index b85b3011..324e6704 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,5 @@ coverage==4.5.3 +coveralls==1.7.0 euclid3==0.1 pytest==4.3.1 pytest-cov==2.6.1