Explorar el Código

Added Python version to TravisCI configuration

pull/147/head
Johannes hace 8 años
padre
commit
13ce3334c4
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml Ver fichero

@@ -1 +1,6 @@
language: python
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt

Cargando…
Cancelar
Guardar