Skip to content

Commit

Permalink
Merge branch 'nine_travis_group_instead_popd' of git://github.com/vru…
Browse files Browse the repository at this point in the history
…tsky/buildbot into nine
  • Loading branch information
djmitche committed Oct 20, 2013
2 parents c14c93c + fffae54 commit 071ebee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -76,9 +76,9 @@ install:
- "[ $TWISTED = latest ] || pip install Twisted==$TWISTED"
- "[ $SQLALCHEMY = latest ] || pip install sqlalchemy==$SQLALCHEMY"
- "[ $SQLALCHEMY_MIGRATE = latest ] || pip install sqlalchemy-migrate==$SQLALCHEMY_MIGRATE"
- pushd master; python setup.py develop; popd
- pushd slave; python setup.py develop; popd
- pushd www; python setup.py develop; popd
- (cd master; python setup.py develop)
- (cd slave; python setup.py develop)
- (cd www; python setup.py develop)
# mock is preinstalled on Travis
# txgithub requires Twisted >= 12.3.0, which doesn't work on Python 2.5.
- "[ $TRAVIS_PYTHON_VERSION = '2.5' ] || pip install txgithub"
Expand Down

0 comments on commit 071ebee

Please sign in to comment.