Browse Source

add py.test install in travis

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
349c5fd7c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -2,7 +2,7 @@ language: python
python: python:
- "2.7" - "2.7"
install: install:
- pip install tox
- pip install tox pytest
script: script:
- tox - tox



Loading…
Cancel
Save