diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2017-03-08 23:04:56 +0500 |
---|---|---|
committer | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2017-03-08 23:08:38 +0500 |
commit | 5006fa0965263f44327e3d08898d15cf29596be3 (patch) | |
tree | 49879124cac8c09cfe3b052570765e9a46b891cb /tox.ini | |
parent | 6897f9de65dec43af45e9dc8d5dd9f6e0cc57aba (diff) | |
download | numpy-5006fa0965263f44327e3d08898d15cf29596be3.tar.gz |
TST: Add Python 3.5 and 3.6 to Tox environments
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ [tox] envlist = - py27,py34, + py27,py34,py35,py36, py27-not-relaxed-strides,py34-not-relaxed-strides [testenv] |