Skip to content

Commit 9f3b74c

Browse files
committed
Add travis.yml file
1 parent 2cba45e commit 9f3b74c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
env:
3+
- TOXENV=py26
4+
- TOXENV=py27
5+
- TOXENV=py33
6+
- TOXENV=py34
7+
sudo: false
8+
install:
9+
- travis_retry pip install tox
10+
script:
11+
- tox

0 commit comments

Comments
 (0)