Skip to content

Commit 3793b4d

Browse files
committed
Added Travis CI config.
1 parent 770f032 commit 3793b4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
python:
3+
- "3.7-dev" # 3.7 development branch
4+
install:
5+
- pip install pipenv
6+
- pipenv install
7+
script:
8+
- lektor build
9+
deploy:
10+
- lektor deploy

0 commit comments

Comments
 (0)