Skip to content

Commit d96362e

Browse files
author
Kátia Nakamura
committed
travis: add initial .travis.yml file to define the build process
1 parent 421df36 commit d96362e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
3+
python:
4+
- "3.6"
5+
6+
branches:
7+
only:
8+
- master
9+
10+
install:
11+
- pip install -r requirements.txt
12+
13+
script:
14+
- python manage.py test

0 commit comments

Comments
 (0)