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

Skip to content

Commit 03e15bd

Browse files
committed
Fix setup.cfg in .travis.yml
1 parent e3ccefc commit 03e15bd

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
@@ -101,7 +101,7 @@ install:
101101
fi;
102102
103103
# Use the special local version of freetype for testing
104-
- echo '[test]\ntesting_freetype = True' > setup.cfg
104+
- echo '[test]\nlocal_freetype = True' > setup.cfg
105105

106106
- python setup.py install
107107

0 commit comments

Comments
 (0)