Explorar el Código

removed special requirements for py.test from travis configuration

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

+ 2
- 2
.travis.yml Ver fichero

@@ -2,8 +2,8 @@ language: python
python:
- "2.7"

before_install:
- pip install pytest pytest-cov
#before_install:
# - pip install pytest pytest-cov

# command to install dependencies
install:


Cargando…
Cancelar
Guardar