Procházet zdrojové kódy

removed special requirements for py.test from travis configuration

pull/147/head
Johannes před 8 roky
rodič
revize
8c570be899
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Zobrazit soubor

@@ -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:


Načítá se…
Zrušit
Uložit