Skip to content

Commit

Permalink
Merge #129
Browse files Browse the repository at this point in the history
129: Remove python 2.7 tests r=aragilar a=YourLocalBlake

Python 2.7 support dropped

@aragilar I'm not sure if there is other code that needs to be removed to remove the tests/test environments. I am still working on removing old_div #123 

Co-authored-by: Blake <yourlocalblake@gmail.com>
  • Loading branch information
bors[bot] and YourLocalBlake committed Apr 2, 2020
2 parents a493b81 + 047478f commit fa315d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ cache:

matrix:
include:
- python: 2.7
env:
- TOXENV=py27 MPLBACKEND=agg
- python: 3.6
env:
- TOXENV=py36 MPLBACKEND=agg
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,15 @@
# and then run "tox" from this directory.

[tox]
envlist = py27,py35,py36,py37,py38,flake8,pylint,docs,doctest,check-manifest,checkreadme
envlist = py35,py36,py37,py38,flake8,pylint,docs,doctest,check-manifest,checkreadme

[testenv]
commands = py.test --cov={envsitepackagesdir}/koala -s {posargs}
passenv =
PYTHONFAULTHANDLER
MPLBACKEND
deps =-rtest-requirements.txt
py27: astropy==2.0.16
py27: matplotlib==2.2.3
py27: numpy==1.16.6
py27: scipy==1.2.3
basepython =
py27: {env:TOXPYTHON:python2.7}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
Expand Down

0 comments on commit fa315d1

Please sign in to comment.