This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
opensearch-python-handler
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Removing travis check for python 3.3 since tox do not support it and most libraries already removed support for the old python 3.3.
opensearch
Ruda Porto Filgueiras
6 years ago
parent
97eabc1137
commit
04bfdd093c
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.travis.yml
+1
-1
tox.ini
+ 0
- 2
.travis.yml
View File
@ -9,8 +9,6 @@ matrix:
env
:
TOXENV=py3flake8
-
python
:
2.7
env
:
TOXENV=py27
-
python
:
3.3
env
:
TOXENV=py33
-
python
:
3.4
env
:
TOXENV=py34
-
python
:
3.5
+ 1
- 1
tox.ini
View File
@ -1,6 +1,6 @@
[tox]
minversion
=
1.7.2
envlist
=
flake8, py3flake8, py27, py3
3, py3
4, py35, py36, pypy, pypy3
envlist
=
flake8, py3flake8, py27, py34, py35, py36, pypy, pypy3
skip_missing_interpreters
=
true
[testenv]
Write
Preview
Loading…
Cancel
Save