Skip to content

Commit

Permalink
Another attempt at reducing Py2.6 testing on Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Nov 26, 2018
1 parent 2af6f17 commit f2b247f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,14 +7,14 @@ addons:
matrix:
include:
- python: "2.7"
env: FEATURES=openstack,ec2,daemon
env: FEATURES=[openstack,ec2,daemon]
- python: "2.6"
env: FEATURES=

install:
- "pip install --upgrade setuptools pip"
- "pip install 'pytest==3.2.5' mock"
- "pip install -e .[$FEATURES]"
- "pip install -e .$FEATURES"

script:
- export BOTO_CONFIG=/dev/null
Expand Down

0 comments on commit f2b247f

Please sign in to comment.