Skip to content

Commit

Permalink
Update CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Oct 27, 2019
1 parent ef08570 commit 71d1102
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
27 changes: 23 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,29 @@ matrix:
python: "3.7"
env: TOXENV=lint

- name: "Python 3.7"
python: "3.7"
env: TOXENV=py37
- python: "3.7"
env: TOXENV=docs

- python: "3.7"
env: TOXENV=codecov

- python: "3.8"
env: TOXENV=py38

- python: "3.6"
env: TOXENV=py36

- python: "3.5"
env: TOXENV=py35

- python: "2.7"
env: TOXENV=py27

- python: pypy
env: TOXENV=pypy

- python: pypy3
env: TOXENV=pypy3

# - name: "3.7"
# os: windows
Expand All @@ -28,4 +47,4 @@ install:
- pip3 install tox

script:
- tox
- tox -- --verbose
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: 3.7
PYTHON_ARCH: 64
TOX_ENV: "codecov"

- PYTHON: "C:\\Python37"
PYTHON_VERSION: 3.7
Expand Down

0 comments on commit 71d1102

Please sign in to comment.