Skip to content
Snippets Groups Projects
Commit 3d38d3d0 authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

Include py37 in tox

parent e9d6a48a
No related branches found
No related tags found
1 merge request!32README refactor
......@@ -2,6 +2,7 @@
python:
- 3.6
- 3.7
env:
- TOXENV=py,codecov-travis OMPI_CC=/usr/bin/gcc-6 OMPI_CXX=/usr/bin/g++-6
......
......@@ -10,8 +10,8 @@
# this directory.
[tox]
envlist =
py{36}
py{36}-pythran
py{36,37}
py{36,37}-pythran
lint
codecov
......@@ -41,7 +41,7 @@
xarray
hg+https://bitbucket.org/fluiddyn/fluiddyn#egg=fluiddyn
hg+https://bitbucket.org/fluiddyn/fluidfft#egg=fluidfft
py36-pythran: git+https://github.com/serge-sans-paille/pythran#egg=pythran[deps]
pythran: git+https://github.com/serge-sans-paille/pythran#egg=pythran[deps]
commands =
make _tests_coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment