Skip to content

Commit

Permalink
CI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Dec 29, 2019
1 parent 1a37f98 commit 40b8fa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ install:

script:
- ./tests/scripts/test.sh TRAVIS
- cd ./docs
- make html
- ./tests/scripts/docs.sh TRAVIS
7 changes: 7 additions & 0 deletions tests/scripts/docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
PATH=$PATH:~/.local/bin
CI_SYSTEM=${1}
PYTHON_VERSION=${2}

cd ./docs
make html

0 comments on commit 40b8fa1

Please sign in to comment.