Browse Source

Run tests with Python 3.4 with tox

pull/1035/head
Daniel Neuhäuser 11 years ago
parent
commit
033b0931aa
  1. 2
      tox.ini

2
tox.ini

@ -1,5 +1,5 @@
[tox]
envlist = docs, py26, py27, pypy, py33
envlist = docs, py26, py27, pypy, py33, py34
[testenv]
deps = blinker

Loading…
Cancel
Save