Skip to content

Commit e5d0b18

Browse files
committed
Checking what $TRAVIS_PYTHON_VERSION contains
1 parent c6fd9e8 commit e5d0b18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ install:
1616
- pip uninstall -y pytest
1717
- pip install pytest==$PYTEST_VERSION
1818

19-
script: py.test
19+
script:
20+
- echo $TRAVIS_PYTHON_VERSION
21+
- py.test

0 commit comments

Comments
 (0)