Skip to content

Commit a4c062b

Browse files
committed
Add test configuration.
1 parent a16f12e commit a4c062b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
services:
2+
- memcached
3+
python: 3.3
4+
before_script: "pip install tox"
5+
script: "tox"

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tox]
2+
envlist = py27,py33
3+
4+
[testenv]
5+
commands = python -m unittest

0 commit comments

Comments
 (0)