Parcourir la source

removed special requirements for py.test from travis configuration

pull/147/merge^2
Johannes il y a 8 ans
Parent
révision
8c570be899
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Voir le fichier

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


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


# command to install dependencies # command to install dependencies
install: install:


Chargement…
Annuler
Enregistrer