Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Apr 23, 2015
1 parent 8933bf3 commit 580194a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python

python:
- "2.7"
- "3.4"

script:
- python manage.py test

install:
- pip install -r requirements.txt

0 comments on commit 580194a

Please sign in to comment.