Skip to content

Commit 7c76b23

Browse files
committed
Correct typo
1 parent 6518294 commit 7c76b23

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
@@ -10,7 +10,7 @@ env:
1010
- UPGRADES="pint --upgrade pandas --upgrade"
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 -r test_requirements.txt -e . $UPGRADES
1414
script:
1515
- bash scripts/run_tests.sh
1616
- cd docs; make html; cd ..;

0 commit comments

Comments
 (0)