Explorar el Código

Put -q earlier so Travis generates fewer messages.

tags/v0.4
Ben Kurtovic hace 10 años
padre
commit
efcd59e097
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -6,4 +6,4 @@ python:
- "3.3"
- "3.4"
install: python setup.py build
script: python setup.py test -q
script: python setup.py -q test

Cargando…
Cancelar
Guardar