[go: nahoru, domu]

Skip to content

Commit

Permalink
use pytest and update py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Nov 3, 2023
1 parent fe828f9 commit 4d4cef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist = py26, py27, py32, py33, pypy
envlist = py{38,39,310,311,312}, pypy310

[testenv]
deps=nose
commands=nosetests
deps=pytest
commands=pytest

0 comments on commit 4d4cef7

Please sign in to comment.