Skip to content

Commit e26a778

Browse files
committed
Wrestling with Travis #8.
1 parent ad483ce commit e26a778

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: python
22
python: 3.3
3+
34
env:
4-
matrix:
55
- TOX_ENV=py33
66
- TOX_ENV=py34
7+
78
install:
8-
- pip install tox
9-
script:
10-
- tox -e $TOX_ENV
9+
- pip install tox
10+
11+
script: tox -e $TOX_ENV
12+
1113
after_success:
12-
- pip install coveralls && cd tests && coveralls
14+
- pip install coveralls && cd tests && coveralls

0 commit comments

Comments
 (0)