We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6da091f + f7dd585 commit d0c9798Copy full SHA for d0c9798
.travis.yml
@@ -19,6 +19,7 @@ matrix:
19
install:
20
- python -m pip install --upgrade pip
21
- python -m pip install --upgrade codecov coverage pytest
22
+ - python -m pip install -r test_requirements.txt
23
- python -m pip install -ve .
24
25
script:
test_requirements.txt
@@ -0,0 +1 @@
1
+vega-datasets>=0.5.0
0 commit comments