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
Changing again
opensearch
Ruda Porto Filgueiras
6 years ago
parent
395e4f2e79
commit
1aa324b08c
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.travis.yml
+1
-1
tox.ini
+ 2
- 2
.travis.yml
View File
@ -17,8 +17,8 @@ matrix:
env
:
TOXENV=py35
-
python
:
3.6
env
:
TOXENV=py36
-
python
:
pypy
env
:
TOXENV=pypy
27
-
python
:
pypy
2.7
env
:
TOXENV=pypy
-
python
:
pypy3.5
env
:
TOXENV=pypy3
+ 1
- 1
tox.ini
View File
@ -1,6 +1,6 @@
[tox]
minversion
=
1.7.2
envlist
=
flake8, py3flake8, py27, py33, py34, py35, py36, pypy
27
, pypy3
5
envlist
=
flake8, py3flake8, py27, py33, py34, py35, py36, pypy, pypy3
skip_missing_interpreters
=
true
[testenv]
Write
Preview
Loading…
Cancel
Save