Skip to content

Commit 9ec6233

Browse files
committed
tox updates
1 parent a5d77f8 commit 9ec6233

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ netCDF4
1111
h5py
1212
scipy
1313
pytest==6.2.4
14+
tox

tox.ini

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, flake8
3-
4-
[travis]
5-
python =
6-
3.8: py38
7-
3.7: py37
8-
3.6: py36
9-
10-
[testenv:flake8]
11-
basepython = python
12-
deps = flake8
13-
commands = flake8 yt_xarray tests
2+
envlist = py38, py39
143

154
[testenv]
165
setenv =

0 commit comments

Comments
 (0)