Browse Source

install tox by pip for travis

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

+ 4
- 1
.travis.yml View File

@@ -1,5 +1,8 @@
language: python
python:
- "2.7"
script: tox
install:
- pip install tox
script:
- tox


Loading…
Cancel
Save