Skip to content

Commit

Permalink
Change travis.yml and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoshi committed May 24, 2019
1 parent 87184e8 commit cc5316a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .travis.yml
@@ -1,23 +1,10 @@
language: python
sudo: false
python:
- 2.7
- 3.5
- 3.6

env:
- TOXENV=py27
- TOXENV=py35
- TOXENV=py36

matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- TOXENV=py27
- TOXENV=py35
- TOXENV=py36

install:
- pip install virtualenv tox docutils coveralls
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -8,6 +8,8 @@ envlist =
pylint,
docs

recreate = True

[pep257]
verbose = true
explain = true
Expand Down

0 comments on commit cc5316a

Please sign in to comment.