Skip to content

Commit

Permalink
py36 added to envlist
Browse files Browse the repository at this point in the history
py36 testnv was introduced in
https://review.openstack.org/#/c/578313
However, py36 wasn't added to envlist and this fails tox .when run
locally as it's not defined

Change-Id: I7ddf464161d1f2b38f653adb3d632151a1659cec
  • Loading branch information
aakarshg committed Aug 9, 2018
1 parent f40c430 commit cf24a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py35,pep8,linters
envlist = py27,py35,py36,pep8,linters
skipsdist = True

[testenv]
Expand Down

0 comments on commit cf24a5a

Please sign in to comment.