Loading .travis.yml +4 −2 Original line number Diff line number Diff line --- language: python python: "2.7" python: ["2.7", "3.3", "3.4", "3.5", "3.6"] dist: trusty sudo: false group: beta Loading @@ -10,10 +10,12 @@ cache: - $HOME/.pre-commit install: - pip install pre-commit - pip install pre-commit docutils script: - pre-commit run --all-files - python setup.py check -mrs - pip install ./ notifications: email: false Loading
.travis.yml +4 −2 Original line number Diff line number Diff line --- language: python python: "2.7" python: ["2.7", "3.3", "3.4", "3.5", "3.6"] dist: trusty sudo: false group: beta Loading @@ -10,10 +10,12 @@ cache: - $HOME/.pre-commit install: - pip install pre-commit - pip install pre-commit docutils script: - pre-commit run --all-files - python setup.py check -mrs - pip install ./ notifications: email: false