Skip to content

Commit 3dc6cab

Browse files
committed
Fix Travis script
1 parent 4395ecc commit 3dc6cab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ python:
77
- "3.4"
88
- "3.5"
99
- "3.5-dev" # 3.5 development branch
10+
1011
# command to install dependencies
1112
install: "pip install ."
1213
# command to run tests
13-
script: nosetests
14+
script: |
15+
mkdir test
16+
cd test
17+
nosetests freetypy.tests

0 commit comments

Comments
 (0)