The sudo environments take longer to allocate (#3578)

One more tiny tweak, placing the slower sudo environments back up the list. I expect this should save us another 10-20 seconds.

- there's about a 50 second delay in starting apacheconftest, so move
   it back up the priority queue of jobs to start
This commit is contained in:
Peter Eckersley 2016-10-04 12:47:36 -07:00 committed by Brad Warren
parent bde1d9fdb1
commit 3ae6c90a6a

View file

@ -60,15 +60,15 @@ matrix:
services: docker
before_install:
addons:
- python: "2.7"
env: TOXENV=apacheconftest
sudo: required
- python: "3.3"
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "2.7"
env: TOXENV=apacheconftest
sudo: required
- python: "2.7"
env: TOXENV=nginxroundtrip