Skip to content

Commit

Permalink
Update project for Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 1, 2012
1 parent abae2e7 commit 2e9ee43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: python
python:
- 2.7
install:
- pip install -r requirements.txt
script:
- python runtests.py
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1 +1,2 @@
Django>=1.2
Django==1.4
django-nose==1.1

0 comments on commit 2e9ee43

Please sign in to comment.