Skip to content

Commit 60df68a

Browse files
committed
Testing
1 parent b6d09a1 commit 60df68a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: python
2+
python:
3+
- "3.5"
4+
install: "pip install -r requirements.conf"
5+
script: python manage.py test

requirements.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
django

0 commit comments

Comments
 (0)