Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit d58f452

Browse files
committed
Adding the Travis configuration file.
1 parent b5e136b commit d58f452

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
install:
6+
- "pip install ."
7+
script: "python tests.py"
8+

0 commit comments

Comments
 (0)