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

Skip to content

Commit 924950e

Browse files
committed
Generate setup.cfg in a different way
1 parent 56c686e commit 924950e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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]\nlocal_freetype = True' > setup.cfg
95+
- cp .travis/setup.cfg .
9696

9797
- python setup.py install
9898

.travis/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[test]
2+
local_freetype=True

0 commit comments

Comments
 (0)