Skip to content

Commit e0bd2ec

Browse files
committed
Merge pull request tobami#158 from smarr/tobami-master
Add configuration for Travis CI
2 parents fe30ce7 + 1302e7d commit e0bd2ec

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: python
2+
python:
3+
# - "2.5"
4+
# - "2.6"
5+
- "2.7"
6+
# - "3.2"
7+
# - "3.3"
8+
# - "pypy"
9+
10+
env:
11+
- DJANGO_VERSION=1.4.4
12+
- DJANGO_VERSION=1.5.1
13+
- DJANGO_VERSION=1.6
14+
15+
# command to install dependencies
16+
install:
17+
- pip install -q Django==$DJANGO_VERSION
18+
- python setup.py install
19+
20+
# command to run tests
21+
script:
22+
- python setup.py test
23+
- cd sample_project
24+
- python manage.py test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Codespeed
2+
[![Build Status](https://travis-ci.org/tobami/codespeed.png?branch=master)](https://travis-ci.org/tobami/codespeed)
23

34
A web application to monitor and analyze the performance of your code.
45

0 commit comments

Comments
 (0)