Skip to content

Commit

Permalink
Use the new build env on Travis
Browse files Browse the repository at this point in the history
faster better stronger

(runs on EC2 using LXC and Docker)
  • Loading branch information
joshk committed Nov 20, 2014
1 parent 5ad04f8 commit 3bb9ca5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
language: python

python:
- "2.6"
- "2.7"
- "3.3"

sudo: false

install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2==0.5.1; fi
- pip install -r requirements.txt
- python setup.py develop
- pip install coverage python-coveralls

script: nosetests tests/unit --cover-erase --with-coverage --cover-package awscli

after_success: coveralls

0 comments on commit 3bb9ca5

Please sign in to comment.