Skip to content

Commit 6564b05

Browse files
committed
Break out testing install command
1 parent 7c76b23 commit 6564b05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ python:
77
- '3.10'
88
- '3.11'
99
env:
10-
- UPGRADES="pint --upgrade pandas --upgrade"
10+
- UPGRADES="-U pint pandas"
1111
- UPGRADES=""
1212
install:
13-
- pip install --only-binary ':all:' -r requirements.txt -r test_requirements.txt -e . $UPGRADES
13+
- pip install --only-binary ':all:' -r requirements.txt
14+
- pip install --only-binary ':all:' -r test_requirements.txt
15+
- pip install $UPGRADES -e .
1416
script:
1517
- bash scripts/run_tests.sh
1618
- cd docs; make html; cd ..;

0 commit comments

Comments
 (0)