Skip to content

Commit b0078ae

Browse files
tweak pytest invoke
1 parent ce67b97 commit b0078ae

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
@@ -58,7 +58,7 @@ matrix:
5858
script:
5959
- R CMD build --no-build-vignettes .
6060
- Rscript -e 'install.packages(dir(".", pattern = "pins_"))'
61-
- python3 -m pytest python/pins/tests/test.py
61+
- pytest python/pins/tests/test.py
6262
addons:
6363
apt:
6464
update: true

0 commit comments

Comments
 (0)