Skip to content

Commit 4dbe28e

Browse files
committed
Configure Travis CI
1 parent 245e53a commit 4dbe28e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sudo: false
2+
language: python
3+
python:
4+
- "2.7"
5+
install: "pip install -r requirements.txt"
6+
script: nosetests

0 commit comments

Comments
 (0)