Skip to content

Commit 2b8df76

Browse files
committed
Fix travis build.
1 parent 1ea80e4 commit 2b8df76

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
@@ -7,7 +7,7 @@ python:
77
- "3.7"
88
- "3.8"
99
install: pip install -r requirements.txt
10-
script: make test
10+
script: make test PYTHON=python
1111

1212
# Local Variables:
1313
# mode: yaml

0 commit comments

Comments
 (0)