Skip to content

Commit 8ce2b04

Browse files
author
y-p
committed
Merge pull request #2375 from y-p/fix1
BLD: fix travis.yml, print is a function in 3.x
2 parents 288905e + 52fa3d2 commit 8ce2b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ script:
3535
- 'if [ x"$VBENCH" != x"true" ]; then nosetests --exe -w /tmp -A "not slow" pandas; fi'
3636
- pwd
3737
- 'if [ x"$VBENCH" == x"true" ]; then pip install sqlalchemy git+git://github.com/pydata/vbench.git; python vb_suite/perf_HEAD.py; fi'
38-
- python -c "import numpy;print numpy.version.version"
38+
- python -c "import numpy;print(numpy.version.version)"

0 commit comments

Comments
 (0)