Skip to content

Commit e2f4d7d

Browse files
fixed travicCI testing path
1 parent e729eeb commit e2f4d7d

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
@@ -33,7 +33,7 @@ install:
3333

3434
script:
3535
- flake8 strategy
36-
- pytest strategy/tests -v --cov=strategy --cov-report term-missing
36+
- pytest tests -v --cov=strategy --cov-report term-missing
3737

3838
after_success:
3939
- coveralls

0 commit comments

Comments
 (0)