Browse Source

removed special requirements for py.test from travis configuration

pull/147/head
Johannes 8 years ago
parent
commit
8c570be899
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

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


Loading…
Cancel
Save