Skip to content

Commit

Permalink
dont install everything for py3
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Jul 17, 2015
1 parent 7cac9a4 commit b0cef0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -60,13 +60,20 @@ install:
# Install python-future for py2/3 compatability
# Install pyjade for custom templates tests
- |
[ $TESTS = py3 ] || \
pip install -e pkg \
-e master \
-e slave \
txrequests \
future \
pyjade
# for python 3 we dont install everything yet..
- |
[ $TESTS != py3 ] || \
pip install -e slave \
future
# Run additional tests only in latest configuration
# txgithub requires Twisted >= 12.3.0, so we install it only when we test the
# latest Twisted to avoid unintended upgrades.
Expand Down

0 comments on commit b0cef0b

Please sign in to comment.