Skip to content

Commit 062ac8e

Browse files
committed
Debugging python in Travis
1 parent 86ac6a7 commit 062ac8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
language: python
2-
python:
3-
- 2.7
42

53
sudo: required
64

@@ -17,6 +15,7 @@ before_install:
1715
- VERSION="$TRAVIS_BRANCH" make build
1816

1917
script:
18+
- python --version
2019
- VERSION="$TRAVIS_BRANCH" make test
2120

2221
# only push up tags

0 commit comments

Comments
 (0)