diff options
author | hugovk <hugovk@gmail.com> | 2015-05-04 13:17:55 +0000 |
---|---|---|
committer | hugovk <hugovk@gmail.com> | 2015-05-04 13:17:55 +0000 |
commit | 8818a1cbec799d40943c3df823cc5eea676b30bf (patch) | |
tree | 5918c0f8d4c2073e2f69980e5651fea7b9f2ee5e | |
parent | d84b6cf48496528422ffb4622337bc9ad9baf324 (diff) | |
download | python-coveragepy-git-8818a1cbec799d40943c3df823cc5eea676b30bf.tar.gz |
Use container-based infrastructure
--HG--
branch : hugovk/use-containerbased-infrastructure-1430745469757
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index aa6cf5c5..75b86b0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ python: - 3.4 - pypy +sudo: false + install: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi - python setup.py clean develop |