Skip to content

Commit

Permalink
py3k from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
akatrevorjay committed Dec 27, 2018
1 parent ceae154 commit 67d8eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pytutils
========

Trevor's steaming hot pile of 🗑️ garbage.
Common utilities.

Don't worry, it's ♻️" recycleable.
New portions are py3 only, but most is currently still 2.7.x compat.

.. image:: https://raw.githubusercontent.com/akatrevorjay/pytutils/develop/media/toodles.jpg
:alt: toodles
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
; envlist = py{27,35}-test,pypy-test,py-docs
envlist = py{27,35,36,37,py}-test
; envlist = py{35}-test,pypy-test,py-docs
envlist = py{35,36,37,py}-test

skip_missing_interpreters = true

Expand Down Expand Up @@ -42,7 +42,6 @@ deps =
;install_command = pip install --pre --find-links http://packages.example.com --no-index {opts} {packages}

commands=
py{27,py}-test: py.test --cov-report=term --basetemp={envtmpdir} --ignore '*py3*'
py{36,37}-test: py.test --cov-report=term --basetemp={envtmpdir}

docs: sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
Expand Down

0 comments on commit 67d8eba

Please sign in to comment.