Skip to content

Commit 8eaed1d

Browse files
committed
Stubbed travis.yml
1 parent 7ff3ddc commit 8eaed1d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.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.2"
6+
- "3.3"
7+
- "pypy"
8+
# command to install dependencies
9+
install:
10+
- pip install .
11+
- pip install -r requirements.txt
12+
# command to run tests
13+
script: nosetests

0 commit comments

Comments
 (0)