Skip to content

Commit 1be8e44

Browse files
committed
Merge branch 'travis-ci'
* travis-ci: Add travis.yml file
2 parents b67cf8f + 9f3b74c commit 1be8e44

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)