Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 0ab625a

Browse files
committed
Fix script access in Travis
1 parent 4fed095 commit 0ab625a

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
@@ -142,7 +142,7 @@ install:
142142

143143
before_script:
144144
# first, run source_validator
145-
- python ./script/validators/source_validator.py
145+
- python -m script.validators.source_validator
146146

147147
# build peloton (override this value to execute tests)
148148
script:

0 commit comments

Comments
 (0)