Skip to content

Commit

Permalink
installing default requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed May 21, 2015
1 parent 07dea22 commit 40b6580
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: python
cache: pip
python: 2.7
env:
- TOX_ENV=py27
- TOX_ENV=docs
- TOX_ENV=flake8
- TOX_ENV=py27
- TOX_ENV=docs
- TOX_ENV=flake8
install:
- pip install tox
- pip install -r requirements.txt
- pip install tox
script:
- tox -e $TOX_ENV
- tox -e $TOX_ENV

0 comments on commit 40b6580

Please sign in to comment.