We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 288905e + 52fa3d2 commit 8ce2b04Copy full SHA for 8ce2b04
.travis.yml
@@ -35,4 +35,4 @@ script:
35
- 'if [ x"$VBENCH" != x"true" ]; then nosetests --exe -w /tmp -A "not slow" pandas; fi'
36
- pwd
37
- '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"
+ - python -c "import numpy;print(numpy.version.version)"
0 commit comments