Skip to content

Commit

Permalink
Merge pull request #11 from 00willo/update-python-travis
Browse files Browse the repository at this point in the history
Update python travis
  • Loading branch information
shopnilsazal authored May 19, 2019
2 parents 904880b + 8fc4ed9 commit 825f67a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
env:
- TOXENV=py35
- TOXENV=py34
install: pip install -U tox
language: python
python: 3.5
script: tox -e ${TOXENV}
matrix:
include:
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.6
env: TOXENV=flake8
install:
- pip install -U tox
script:
- tox -e ${TOXENV}
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py33, py34, py35, py36, flake8
envlist = py34, py35, py36, py37, flake8

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit 825f67a

Please sign in to comment.