Skip to content

Commit 10391fe

Browse files
committed
Fixing the build: the configure should be sourced.
1 parent c2f980c commit 10391fe

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
@@ -4,7 +4,7 @@ python:
44
- "2.6"
55
- "2.7"
66
install:
7-
- ./configure etc/conf
7+
- source configure etc/conf
88
# extra reqs for testings on Travis
99
- pip install coverage coveralls
1010
script:

0 commit comments

Comments
 (0)