Skip to content

Commit 6291432

Browse files
author
Matt George
committed
adding travis.yml
1 parent 67d6833 commit 6291432

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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+
# command to install dependencies
6+
install:
7+
- pip install -r requirements-test.txt --use-mirrors
8+
- pip install -r requirements.txt --use-mirrors
9+
# command to run tests
10+
script: nosetests

requirements-test.txt

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

0 commit comments

Comments
 (0)