Skip to content

Commit fd19438

Browse files
committed
Do not use bin prefix
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 400c738 commit fd19438

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
@@ -10,4 +10,4 @@ script:
1010
- py.test -vvs tests
1111
- pip uninstall -y pyyaml
1212
- pip install pyyaml
13-
- bin/py.test -vvs tests
13+
- py.test -vvs tests

0 commit comments

Comments
 (0)