Skip to content

Commit ff859b3

Browse files
committed
include version info in .travis
1 parent 1c70123 commit ff859b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ install:
2828
# Replace dep1 dep2 ... with your dependencies
2929
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage
3030
- source activate test-environment
31+
- conda list
3132
- python setup.py install
3233

3334
script:

0 commit comments

Comments
 (0)