Skip to content

Commit 42393cd

Browse files
committed
CI for the win
1 parent a411238 commit 42393cd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
install: >
8+
pip install -r requirements.txt --use-mirrors &&
9+
sudo apt-get install redis-server &&
10+
sudo service redis-server start
11+
script: >
12+
nosetests --version && nosetests

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
redis

0 commit comments

Comments
 (0)