Browse Source

Use the new build env on Travis

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

docs coming soon
Josh Kalderimis 10 năm trước cách đây
mục cha
commit
6376b5ada1
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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