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.
1 parent 4471f0f commit e546cf9Copy full SHA for e546cf9
.travis.yml
@@ -1,16 +1,13 @@
1
-
+dist: xenial
2
+services:
3
+ - xvfb
4
language: python
5
python:
6
- 3.5
7
- 3.6
8
cache:
9
directories:
10
- $TRAVIS_BUILD_DIR/.hypothesis
11
-before_install:
12
- - export DISPLAY=:99.0
13
- - sh -e /etc/init.d/xvfb start
14
install:
15
- pip install -r requirements.txt
16
- pip install sphinx
requirements.txt
@@ -1,5 +1,6 @@
cloudpickle>=0.2.1
-dask>=0.18.1
+fsspec>=0.4.3
+dask>=2.3.0
hypothesis==3.2
matplotlib>=2.0.0
numpy>=1.9.2
0 commit comments