Skip to content

Commit 5708744

Browse files
pandas requires .5.3 see pandas-dev/pandas/issues/27558
1 parent a3cf2b6 commit 5708744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ matrix:
5858
script:
5959
- R CMD build --no-build-vignettes .
6060
- Rscript -e 'install.packages(dir(".", pattern = "pins_"))'
61-
- pytest python/pins/tests/test.py
61+
- python3.6 -m pytest python/pins/tests/test.py
6262
addons:
6363
apt:
6464
update: true
6565
sources:
6666
- deadsnakes
6767
packages:
68-
- python3.8
68+
- python3.6
6969
- python3-pip
7070
os:
7171
- linux

0 commit comments

Comments
 (0)