Sfoglia il codice sorgente

Use the new build env on Travis

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

docs coming soon
Josh Kalderimis 10 anni fa
parent
commit
6376b5ada1
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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