We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe30ce7 + 1302e7d commit e0bd2ecCopy full SHA for e0bd2ec
2 files changed
.travis.yml
@@ -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
@@ -1,4 +1,5 @@
# Codespeed
+[](https://travis-ci.org/tobami/codespeed)
A web application to monitor and analyze the performance of your code.
0 commit comments