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

Skip to content

Commit 762a3bb

Browse files
committed
TST : do not create an egg during installation
1 parent 1a93e9d commit 762a3bb

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
@@ -67,7 +67,7 @@ install:
6767
cp Felipa-Regular.ttf ~/.fonts
6868
fc-cache -f -v
6969
fi;
70-
- python setup.py install
70+
- python setup.py install --single-version-externally-managed --record=record_junk.txt
7171

7272
script:
7373
# The number of processes is hardcoded, because using too many causes the

0 commit comments

Comments
 (0)