Skip to content

Commit ebfa19a

Browse files
committed
adding initial continuous integration testing
1 parent 55d5f47 commit ebfa19a

17 files changed

+23
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.4"
6+
- "3.5"
7+
# command to install dependencies
8+
install:
9+
- "pip install nose"
10+
- "pip install -r requirements.txt"
11+
- "python setup.py install"
12+
# command to run tests
13+
script: "nosetests -s -v"
File renamed without changes.

0 commit comments

Comments
 (0)