Skip to content

Commit ab3de00

Browse files
committed
Improved TravisCI setup to attempt testing Python3.
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 19927d1 commit ab3de00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- PYTHON_EXE="`which python3.5`"
1212

1313
install:
14-
- ./configure
14+
- PYTHON_EXE=$PYTHON_EXE ./configure
1515

1616
script:
1717
- "bin/py.test -vvs"

0 commit comments

Comments
 (0)