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

Skip to content

Commit 56c686e

Browse files
committed
Fix setup.cfg in .travis.yml
1 parent 733cda9 commit 56c686e

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
@@ -92,7 +92,7 @@ install:
9292
fi;
9393
9494
# Use the special local version of freetype for testing
95-
- echo '[test]\ntesting_freetype = True' > setup.cfg
95+
- echo '[test]\nlocal_freetype = True' > setup.cfg
9696

9797
- python setup.py install
9898

0 commit comments

Comments
 (0)