Skip to content

Commit ad483ce

Browse files
committed
Wrestling with Travis #7.
1 parent bbb18d7 commit ad483ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: python
22
python: 3.3
33
env:
4-
- TOX_ENV=py33
4+
matrix:
5+
- TOX_ENV=py33
6+
- TOX_ENV=py34
57
install:
68
- pip install tox
79
script:
810
- tox -e $TOX_ENV
11+
after_success:
12+
- pip install coveralls && cd tests && coveralls

0 commit comments

Comments
 (0)