Explorar el Código

Use the new build env on Travis

faster vms, more ram, more cpu, better boot times, awesome network

docs coming soon
Josh Kalderimis hace 10 años
padre
commit
6376b5ada1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,4 +1,6 @@
 language: python
+
+sudo: false
 env:
     - TOXENV=cover
     - TOXENV=cover3
@@ -8,7 +10,9 @@ env:
     - TOXENV=py33
     - TOXENV=py34
     - TOXENV=pypy
+
 install:
     - travis_retry pip install tox==1.6.1
+
 script:
     - travis_retry tox