Skip to content

Commit a43a097

Browse files
committed
Add Travis-CI support
1 parent 127b07f commit a43a097

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo: false
2+
3+
language: python
4+
python:
5+
- "2.7"
6+
- "3.3"
7+
- "3.4"
8+
- "3.5"
9+
- "3.5-dev" # 3.5 development branch
10+
# command to install dependencies
11+
install: "pip install ."
12+
# command to run tests
13+
script: nosetests

0 commit comments

Comments
 (0)