diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2016-06-13 01:32:58 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2016-06-13 01:32:58 +0300 |
commit | c09b1ce2b5328d8a22117ace49819fadbba6d790 (patch) | |
tree | ced563219da04df54699b24b29997070fbd5cff2 /tox.ini | |
parent | bfc9cc9726e0ef4cbeb616e1eef9e91493f9c696 (diff) | |
download | apscheduler-c09b1ce2b5328d8a22117ace49819fadbba6d790.tar.gz |
Added missing py35 entry to tox's envlist
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34,pypy,flake8 +envlist = py27,py33,py34,py35,pypy,flake8 skip_missing_interpreters = true [tox:travis] |