Skip to content

Commit e546cf9

Browse files
committed
Attempt to fix travis
1 parent 4471f0f commit e546cf9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
1+
dist: xenial
2+
services:
3+
- xvfb
24
language: python
35
python:
46
- 3.5
57
- 3.6
6-
78
cache:
89
directories:
910
- $TRAVIS_BUILD_DIR/.hypothesis
10-
11-
before_install:
12-
- export DISPLAY=:99.0
13-
- sh -e /etc/init.d/xvfb start
1411
install:
1512
- pip install -r requirements.txt
1613
- pip install sphinx

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
cloudpickle>=0.2.1
2-
dask>=0.18.1
2+
fsspec>=0.4.3
3+
dask>=2.3.0
34
hypothesis==3.2
45
matplotlib>=2.0.0
56
numpy>=1.9.2

0 commit comments

Comments
 (0)