Skip to content

Commit 763aad6

Browse files
committed
Travis CI config
1 parent 3f31a2c commit 763aad6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Travis CI configuration
2+
# https://travis-ci.org/borntyping/python-dice
3+
4+
language: python
5+
env:
6+
- TOXENV=py26
7+
- TOXENV=py27
8+
- TOXENV=py32
9+
- TOXENV=py33
10+
- TOXENV=pypy
11+
install:
12+
- pip install tox --use-mirrors
13+
script:
14+
- tox

0 commit comments

Comments
 (0)