Skip to content

Commit 382d452

Browse files
committed
More travis instrumentation
1 parent 499bd7d commit 382d452

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.travis.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,26 @@ matrix:
1919
env: TOXENV=py36
2020
- python: "3.7-dev"
2121
env: TOXENV=py37
22-
- python: "pypy2.7"
22+
- python: "pypy2.7-6.0"
2323
env: TOXENV=pypy
24-
- python: "pypy3.5"
24+
- python: "pypy3.5-6.0"
2525
env: TOXENV=pypy3
2626

27+
before_install:
28+
- python --version
29+
- uname -a
30+
- lsb_release -a
2731
install:
2832
- pip install tox codecov coveralls
33+
- virtualenv --version
34+
- easy_install --version
35+
- pip --version
36+
- tox --version
2937
script:
30-
- tox
38+
- tox -v
39+
after_failure:
40+
- more .tox/log/* | cat
41+
- more .tox/*/log/* | cat
3142
after_success:
3243
- codecov
3344
- coveralls

0 commit comments

Comments
 (0)