Skip to content

Commit

Permalink
Run itests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nhandler committed Nov 10, 2015
1 parent cdc800d commit 2bd6b80
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
language: python
python:
- "2.7"
env:
- TOX_ENV=docs
- TOX_ENV=manpages
- TOX_ENV=general_itests
- TOX_ENV=paasta_itests
sudo: required
services:
- docker
install:
- pip install --use-mirrors tox
script: make test
- pip install tox
before_script:
- tox -e py
script:
- tox -e $TOX_ENV

0 comments on commit 2bd6b80

Please sign in to comment.