Skip to content

Commit 15ecdda

Browse files
authored
For now removing travis builds for both specific/latest versions of pandas since setup.py always use the latest
1 parent 6c5296c commit 15ecdda

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ python:
1010
- 3.9-dev
1111
- "nightly"
1212
cache: pip
13-
env:
14-
- PANDAS=specific
15-
- PANDAS=latest
13+
# env:
14+
# - PANDAS=specific
15+
# - PANDAS=latest
1616
jobs:
1717
allow_failures:
1818
- python: 3.9-dev
1919
- python: "nightly"
2020
install:
2121
- pip install -r requirements.txt
22-
- if [ $PANDAS = latest ]; then pip install pandas -U; fi
22+
# - if [ $PANDAS = latest ]; then pip install pandas -U; fi
2323
- pip install codecov
2424
before_script:
2525
- cd styleframe/tests/

0 commit comments

Comments
 (0)