Skip to content

Commit b4faea0

Browse files
committed
TEMP: only doctesting
1 parent c6cdd96 commit b4faea0

File tree

2 files changed

+0
-116
lines changed

2 files changed

+0
-116
lines changed

.travis.yml

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -13,70 +13,7 @@ env:
1313
matrix:
1414
# note: please use "tox --listenvs" to populate the build matrix below
1515
# please remove the linting env in all cases
16-
- TOXENV=py27-pexpect
17-
- TOXENV=py27-xdist
18-
- TOXENV=py27-trial
19-
- TOXENV=py27-numpy
20-
- TOXENV=py27-pluggymaster
21-
- TOXENV=py36-pexpect
22-
- TOXENV=py36-xdist
23-
- TOXENV=py36-trial
24-
- TOXENV=py36-numpy
25-
- TOXENV=py36-pluggymaster
26-
- TOXENV=py27-nobyte
2716
- TOXENV=doctesting
28-
- TOXENV=docs PYTEST_NO_COVERAGE=1
29-
30-
jobs:
31-
include:
32-
# Coverage tracking is slow with pypy, skip it.
33-
- env: TOXENV=pypy PYTEST_NO_COVERAGE=1
34-
python: 'pypy-5.4'
35-
- env: TOXENV=py35
36-
python: '3.5'
37-
- env: TOXENV=py36-freeze PYTEST_NO_COVERAGE=1
38-
python: '3.6'
39-
- env: TOXENV=py37
40-
python: '3.7'
41-
sudo: required
42-
dist: xenial
43-
- &test-macos
44-
language: generic
45-
os: osx
46-
osx_image: xcode9.4
47-
sudo: required
48-
install:
49-
- python -m pip install --pre tox
50-
env: TOXENV=py27
51-
- <<: *test-macos
52-
env: TOXENV=py37
53-
before_install:
54-
- brew update
55-
- brew upgrade python
56-
- brew unlink python
57-
- brew link python
58-
59-
- stage: baseline
60-
env: TOXENV=py27
61-
- env: TOXENV=py34
62-
- env: TOXENV=py36
63-
- env: TOXENV=linting PYTEST_NO_COVERAGE=1
64-
65-
- stage: deploy
66-
python: '3.6'
67-
env:
68-
install: pip install -U setuptools setuptools_scm
69-
script: skip
70-
deploy:
71-
provider: pypi
72-
user: nicoddemus
73-
distributions: sdist bdist_wheel
74-
skip_upload_docs: true
75-
password:
76-
secure: xanTgTUu6XDQVqB/0bwJQXoDMnU5tkwZc5koz6mBkkqZhKdNOi2CLoC1XhiSZ+ah24l4V1E0GAqY5kBBcy9d7NVe4WNg4tD095LsHw+CRU6/HCVIFfyk2IZ+FPAlguesCcUiJSXOrlBF+Wj68wEvLoK7EoRFbJeiZ/f91Ww1sbtDlqXABWGHrmhPJL5Wva7o7+wG7JwJowqdZg1pbQExsCc7b53w4v2RBu3D6TJaTAzHiVsW+nUSI67vKI/uf+cR/OixsTfy37wlHgSwihYmrYLFls3V0bSpahCim3bCgMaFZx8S8xrdgJ++PzBCof2HeflFKvW+VCkoYzGEG4NrTWJoNz6ni4red9GdvfjGH3YCjAKS56h9x58zp2E5rpsb/kVq5/45xzV+dq6JRuhQ1nJWjBC6fSKAc/bfwnuFK3EBxNLkvBssLHvsNjj5XG++cB8DdS9wVGUqjpoK4puaXUWFqy4q3S9F86HEsKNgExtieA9qNx+pCIZVs6JCXZNjr0I5eVNzqJIyggNgJG6RyravsU35t9Zd9doL5g4Y7UKmAGTn1Sz24HQ4sMQgXdm2SyD8gEK5je4tlhUvfGtDvMSlstq71kIn9nRpFnqB6MFlbYSEAZmo8dGbCquoUc++6Rum208wcVbrzzVtGlXB/Ow9AbFMYeAGA0+N/K1e59c=
77-
on:
78-
tags: true
79-
repo: pytest-dev/pytest
8017

8118
before_script:
8219
- |

appveyor.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)