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

Skip to content

Commit 8745ac1

Browse files
committed
Generate setup.cfg in a different way
1 parent 03e15bd commit 8745ac1

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

106106
- python setup.py install
107107

.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)