Explorar el Código

redis in travis

Bastien Sevajol hace 7 años
padre
commit
f08688a68b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml Ver fichero

@@ -1,4 +1,6 @@
1 1
 language: python
2
+services:
3
+  - redis-server
2 4
 python:
3 5
   - "3.4"
4 6
   - "3.5"