Skip to content

Commit 8c510dd

Browse files
author
rightlag
committed
Update requirements.txt and add travis
1 parent a2a46a5 commit 8c510dd

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
- "3.4"
8+
- "3.5"
9+
install: "pip install -r requirements.txt"
10+
script: nosetests tests.test_timely

requirements.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
amqp==1.4.6
2-
anyjson==0.3.3
3-
billiard==3.3.0.20
41
boto==2.38.0
5-
celery==3.1.18
6-
kombu==3.0.26
7-
pytz==2015.4
2+
nose==1.3.7
83
wheel==0.24.0

0 commit comments

Comments
 (0)