Skip to content

Commit ba48862

Browse files
committed
repo synced with travis for continuous integration testing
1 parent 93817ef commit ba48862

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: python
2+
python:
3+
- '3.6'
4+
install: 'pip install -r requirements.txt'
5+
script:
6+
- SECRET_KEY="whatever" ./manage.py test

0 commit comments

Comments
 (0)