Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b062b50

Browse files
committed
Merge pull request #1869 from pelson/svg_testing
Installed inkscape on the travis-ci vm.
2 parents bd6a172 + 2371a4e commit b062b50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ 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+
- sudo apt-get install inkscape
1617
- python setup.py install
1718

1819
script:
19-
- mkdir ../foo
20-
- cd ../foo
20+
- mkdir ../tmp_test_dir
21+
- cd ../tmp_test_dir
2122
- python ../matplotlib/tests.py

0 commit comments

Comments
 (0)