Skip to content

Commit 73eedb5

Browse files
committed
Add Travis config.
1 parent bf79ce0 commit 73eedb5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Wire up travis
2+
language: python
3+
sudo: false
4+
5+
env:
6+
- TOXENV=py26
7+
- TOXENV=py27
8+
- TOXENV=py32
9+
- TOXENV=py33
10+
- TOXENV=py34
11+
- TOXENV=pypy
12+
- TOXENV=pypy3
13+
- TOXENV=cover
14+
15+
install:
16+
- travis_retry pip install tox
17+
18+
script:
19+
- travis_retry tox
20+
21+
notifications:
22+
email:
23+

0 commit comments

Comments
 (0)