Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d658f9d commit c04c96dCopy full SHA for c04c96d
1 file changed
.travis.yml
@@ -43,6 +43,7 @@ env:
43
- NPROC=2
44
- TEST_ARGS=--no-pep8
45
- NOSE_ARGS="--processes=$NPROC --process-timeout=300"
46
+ - PYTHON_ARGS=
47
48
language: python
49
@@ -51,6 +52,7 @@ matrix:
51
52
- python: 2.7
53
env: MOCK=mock NUMPY=numpy==1.6
54
- python: 3.4
55
+ env: PYTHON_ARGS=-OO
56
- python: 3.5
57
env: PANDAS=pandas NOSE_ARGS=--with-coverage
58
@@ -140,7 +142,7 @@ script:
140
142
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
141
143
python tests.py $NOSE_ARGS $TEST_ARGS
144
else
- gdb -return-child-result -batch -ex r -ex bt --args python tests.py $NOSE_ARGS $TEST_ARGS
145
+ gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS tests.py $NOSE_ARGS $TEST_ARGS
146
fi
147
148
cd doc
0 commit comments