Use py36 as preferred Python 3 interpreter for CI testing

This commit is contained in:
Bruno Oliveira
2017-08-14 19:28:54 -03:00
parent 362b1b3c4f
commit 7b5d26c1a8
4 changed files with 19 additions and 18 deletions
+10 -9
View File
@@ -1,7 +1,7 @@
sudo: false
language: python
python:
- '3.5'
- '3.6'
# command to install dependencies
install:
- pip install --upgrade --pre tox
@@ -14,18 +14,17 @@ env:
- TOXENV=linting
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=py27-pexpect
- TOXENV=py27-xdist
- TOXENV=py27-trial
- TOXENV=py27-numpy
- TOXENV=py35-pexpect
- TOXENV=py35-xdist
- TOXENV=py35-trial
- TOXENV=py35-numpy
- TOXENV=py36-pexpect
- TOXENV=py36-xdist
- TOXENV=py36-trial
- TOXENV=py36-numpy
- TOXENV=py27-nobyte
- TOXENV=doctesting
- TOXENV=freeze
- TOXENV=docs
matrix:
@@ -36,8 +35,10 @@ matrix:
python: '3.3'
- env: TOXENV=pypy
python: 'pypy-5.4'
- env: TOXENV=py36
python: '3.6'
- env: TOXENV=py35
python: '3.5'
- env: TOXENV=py35-freeze
python: '3.5'
- env: TOXENV=py37
python: 'nightly'
allow_failures: