Skip to content

Commit d0c9798

Browse files
authored
Merge pull request #7 from matplotlib/travis
Update .travis.yml
2 parents 6da091f + f7dd585 commit d0c9798

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ matrix:
1919
install:
2020
- python -m pip install --upgrade pip
2121
- python -m pip install --upgrade codecov coverage pytest
22+
- python -m pip install -r test_requirements.txt
2223
- python -m pip install -ve .
2324

2425
script:

test_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vega-datasets>=0.5.0

0 commit comments

Comments
 (0)