Skip to content

Commit

Permalink
removed doc deployment from travis and added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Nov 23, 2018
1 parent 6e6de94 commit 52f9c9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ install:

# Install qmflows package
- pip install git+https://github.com/SCM-NV/PLAMS.git@rdkit#egg=plams-1.2 --upgrade
- pip install .[test,doc]
- pip install .[test]

script:
# Run the unitary tests excluding the expensive computations
- pytest -m "not (slow or long)" --cov=qmflows test
- echo "building gh-pages documentation"
cd doc
bash ./deploy.sh
- coverage xml && coverage report -m

branches:
only:
Expand Down
64 changes: 0 additions & 64 deletions docs/deploy.sh

This file was deleted.

Binary file removed docs/travis_key.enc
Binary file not shown.

0 comments on commit 52f9c9a

Please sign in to comment.