Skip to content

Commit ccdc33d

Browse files
authored
Build deps fix (#74)
* build wheels requires docker service
1 parent 9b2f998 commit ccdc33d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
if: tag IS present
4343
# Run on pypy to build not cythonized wheel
4444
python: *pypy
45-
services: []
45+
services:
46+
- docker
4647
install:
4748
- *upgrade_python_toolset
4849
script:

0 commit comments

Comments
 (0)