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.
2 parents bd6a172 + 2371a4e commit b062b50Copy full SHA for b062b50
.travis.yml
@@ -13,9 +13,10 @@ install:
13
- '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'
14
- 'if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
15
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
16
+ - sudo apt-get install inkscape
17
- python setup.py install
18
19
script:
- - mkdir ../foo
20
- - cd ../foo
+ - mkdir ../tmp_test_dir
21
+ - cd ../tmp_test_dir
22
- python ../matplotlib/tests.py
0 commit comments