Skip to content

Commit d4b5165

Browse files
committed
Wrestling with Travis #2.
1 parent a9222a1 commit d4b5165

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python: 3.3
3+
env:
4+
- TOX_ENV=py33
5+
- TOX_ENV=py34
6+
install:
7+
- pip install tox
8+
script:
9+
- tox -e $TOX_ENV
10+
after_success:
11+
- pip install coveralls && cd tests && coveralls

0 commit comments

Comments
 (0)