Skip to content

Commit 22d3a25

Browse files
committed
test -> tests in travis.yml
1 parent 03e753c commit 22d3a25

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
@@ -21,7 +21,7 @@ install:
2121
# command to run tests, e.g. python setup.py test
2222
script:
2323
- python ./setup.py develop
24-
- pytest test/*
24+
- pytest tests/*
2525

2626
after_script:
2727
- pip install pycodestyle pyflakes

0 commit comments

Comments
 (0)