Skip to content

Commit

Permalink
Merge pull request #428 from kbandla/python_version_bump
Browse files Browse the repository at this point in the history
add new python versions to travis build
  • Loading branch information
brifordwylie committed Nov 21, 2018
2 parents 05090b5 + 3aa323a commit 1f001d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -7,10 +7,10 @@ matrix:
env: TOXENV=py26
- python: "2.7"
env: TOXENV=py27
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35,coveralls, docs
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36,coveralls, docs
- python: "pypy"
env: TOXENV=pypy
before_install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py35, py36, py37, docs
envlist = py26, py27, py35, py36, docs

[testenv]
install_command =
Expand Down

0 comments on commit 1f001d1

Please sign in to comment.