Skip to content

Commit 3eb396c

Browse files
committed
deploy to github pages
1 parent 217e72e commit 3eb396c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ env:
99
install:
1010
- pip install -r test_requirements.txt
1111
script:
12-
- pytest
12+
- pytest
13+
14+
deploy:
15+
provider: pages
16+
skip_cleanup: true
17+
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
18+
keep_history: true
19+
on:
20+
branch: master

0 commit comments

Comments
 (0)