Skip to content

Commit

Permalink
Merge pull request #32 from leviable/update-ci-process
Browse files Browse the repository at this point in the history
Update CI Pipeline
  • Loading branch information
leviable committed Oct 13, 2019
2 parents 0ebdd4c + 8fe5ba3 commit 31635b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .landscape.yml

This file was deleted.

13 changes: 3 additions & 10 deletions .travis.yml
Expand Up @@ -3,20 +3,13 @@ sudo: false
os:
- linux
python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy
- '3.7'
install:
- pip install -U pip
- pip install -U setuptools
- pip install -U tox
- pip install -U tox-travis
- pip install python-coveralls
- pip install coverage
- pip install -U pip setuptools
- pip install -U tox tox-travis python-coveralls coverage
script:
- tox -v --recreate
after_success:
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Expand Up @@ -15,16 +15,12 @@ classifiers =
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy

[build_sphinx]
all_files = 1
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
@@ -1,6 +1,6 @@
[tox]
skipdist = True
envlist = py{26,27,33,34,35,36,py},lint
envlist = py{34,35,36,37},lint
skip_missing_interpreters=True

[testenv:lint]
Expand All @@ -11,7 +11,6 @@ commands =

[testenv]
deps =
py{26,27,py}: mock
pytest
pytest-cov
pytest-sugar
Expand Down

0 comments on commit 31635b9

Please sign in to comment.