Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Commit ee93b73

Browse files
ramirojarshwah
authored andcommitted
Unpin tox version. 2.7.0 can pass PYTHONPATH again. (#30)
1 parent 8d71f6d commit ee93b73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
n.n.n - Unreleased
2+
==================
3+
4+
- Upgraded tox to 2.9.1, versions >= 2.7.0 can pass PYTHONPATH to test environments again
5+
16
2.0.0 - February 18, 2017
27
=========================
38

roles/python/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- libmemcached-dev # for pylibmc
4242

4343
- name: install tox for running build tasks
44-
pip: name=tox==2.3.0 executable=pip3 # 2.4 -> 2.6 disabled PYTHONPATH support
44+
pip: name=tox==2.9.1 executable=pip3
4545
become: yes
4646

4747
- name: install sphinx for building docs

0 commit comments

Comments
 (0)