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

Commit

Permalink
Create .travis.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Apr 23, 2015
1 parent cc4a726 commit 2269d9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.ml
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 2269d9f

Please sign in to comment.