Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 19b8cc6

Browse files
committed
Use Travis CI
1 parent efc38d9 commit 19b8cc6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: python
2+
python:
3+
- 2.5
4+
- 2.6
5+
- 2.7
6+
- pypy
7+
install:
8+
- pip install Attest
9+
script:
10+
- python setup.py test
11+
notifications:
12+
irc:
13+
channels:
14+
- "irc.ozinger.org:8080#hongminhee"
15+
on_success: change
16+
on_failure: always

0 commit comments

Comments
 (0)