Skip to content

Commit f16bbbf

Browse files
committed
Test travis-ci support.
1 parent 1722108 commit f16bbbf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- 2.6
4+
- 2.7
5+
- pypy
6+
install:
7+
- python setup.py install
8+
script:
9+
- py.test test_replays test_s2gs

0 commit comments

Comments
 (0)