Skip to content

Commit a33c272

Browse files
committed
Wrestling with Travis #3.
1 parent d4b5165 commit a33c272

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
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)