File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11language : python
22
33python :
4- - " 3.4 "
4+ - " 3.6 "
55
66env :
7- - TOX_ENV=py26
87 - TOX_ENV=py27
9- - TOX_ENV=py33
108 - TOX_ENV=py34
9+ - TOX_ENV=py35
10+ - TOX_ENV=py36
11+
12+ before_install :
13+ # work around https://github.com/travis-ci/travis-ci/issues/8363
14+ - pyenv global system 3.5
1115
1216install :
1317 - travis_retry pip install -U pip wheel tox
Original file line number Diff line number Diff line change 3838 "Topic :: Software Development :: Libraries :: Python Modules" ,
3939 "Programming Language :: Python" ,
4040 "Programming Language :: Python :: 2" ,
41- "Programming Language :: Python :: 2.6" ,
4241 "Programming Language :: Python :: 2.7" ,
4342 "Programming Language :: Python :: 3" ,
44- "Programming Language :: Python :: 3.3" ,
4543 "Programming Language :: Python :: 3.4" ,
44+ "Programming Language :: Python :: 3.5" ,
45+ "Programming Language :: Python :: 3.6" ,
4646
4747 ],
4848)
Original file line number Diff line number Diff line change 44# and then run "tox" from this directory.
55
66[tox]
7- envlist = py26, py27, py33, py34
7+ envlist = py27, py34, py35, py36
88
99[testenv]
1010deps =pytest
You can’t perform that action at this time.
0 commit comments