]> jfr.im git - z_archive/twitter.git/blobdiff - .travis.yml
bandaid unicode/str.encode-related crash bug
[z_archive/twitter.git] / .travis.yml
index cc2b2c6433e59079670052305bccbdec33f40f14..55bb83bbdfab6988bcfe363c6e69ab27f0525498 100644 (file)
@@ -9,6 +9,9 @@ python:
 - "3.5"
 - "pypy"
 
+# Use container-based infrastructure
+sudo: false
+
 install:
  # Coveralls 4.0 doesn't support Python 3.2
   - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip install coverage==3.7.1; fi