Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 445f835

Browse files
committed
Add Travis CI configuration.
1 parent e7e6892 commit 445f835

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+
python:
3+
- "3.5"
4+
- "3.4"
5+
- "3.3"
6+
- "2.7"
7+
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
8+
# install: "sudo apt-get install"
9+
# command to run tests, e.g. python setup.py test
10+
script: python test.py

0 commit comments

Comments
 (0)