summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vandenberg <jayvdb@gmail.com>2016-05-04 21:53:06 +0700
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2016-05-04 09:53:06 -0500
commitcbe1fe24ad20f0fa043afe79033a77e499861d36 (patch)
tree6608abad44d4d6f7b9831b0f2eb8ac85c1803da3
parent9f26423dd1b9dc7cb14193d7bd873130247f4027 (diff)
downloadpyflakes-cbe1fe24ad20f0fa043afe79033a77e499861d36.tar.gz
Merge pull request #63 from jayvdb/update-tox.ini
Add all versions to tox.ini
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index bed2bcd..7766253 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,6 @@
[tox]
envlist =
- py26,py27,py32,py33,py34
-# pypy is not ready yet; run manually with tox -e pypy if you want to see
-# the failures
+ py26,py27,py32,py33,py34,py35,pypy,pypy3
[testenv]
deps =