Skip to content

Commit

Permalink
Remove py34, add py36 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris AtLee committed Mar 7, 2018
1 parent 6125cab commit 9efbeb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python: '3.5'
python: '3.6'
sudo: false
env:
global:
Expand All @@ -10,10 +10,9 @@ env:
- TOXENV=docs

- TOXENV=py27,coveralls,codecov
- TOXENV=py34,coveralls,codecov
- TOXENV=py35,coveralls,codecov
#- TOXENV=py36,coveralls,codecov
#- TOXENV=pypy,coveralls,codecov
- TOXENV=py36,coveralls,codecov
- TOXENV=pypy,coveralls,codecov
before_install:
- python --version
- uname -a
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
envlist =
clean,
check,
{py27,py34,py35,py36,pypy},
{py27,py35,py36,pypy},
report,
docs

[testenv]
basepython =
pypy: {env:TOXPYTHON:pypy}
{py27,docs,spell}: {env:TOXPYTHON:python2.7}
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
{clean,check,report,coveralls,codecov}: python3.5
Expand Down

0 comments on commit 9efbeb6

Please sign in to comment.