8000 Attempting to fix Travis tests · matplotlib/matplotlib@da76037 · GitHub
[go: up one dir, main page]

Skip to content

Commit da76037

Browse files
committed
Attempting to fix Travis tests
1 parent 8f95f1c commit da76037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- 'if [ $TRAVIS_PYTHON_VERSION == "3.2" ]; then pip install https://github.com/y-p/numpy/archive/1.6.2_with_travis_fix.tar.gz; fi'
1414
- 'if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
1515
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
16-
- python setup.py install
16+
- python setup.py install --old-and-unmanageable
1717

1818
script:
1919
- mkdir ../foo

0 commit comments

Comments
 (0)
0