Skip to content

Commit 76d99ae

Browse files
committed
Add .travis.yml
1 parent 9800908 commit 76d99ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-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+
3+
python:
4+
- 2.7
5+
6+
script: nosetests
7+
sudo: false
8+
before_install:
9+
- pip install -U pip
10+
- pip install -U setuptools distribute wheel

0 commit comments

Comments
 (0)