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
Added travis and tox configuration for pypy 2.7 and 3.5.
opensearch
Ruda Porto Filgueiras
6 years ago
parent
19909d1fd9
commit
047cfab3d5
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.travis.yml
+1
-1
tox.ini
+ 4
- 0
.travis.yml
View File
@ -17,6 +17,10 @@ matrix:
env
:
TOXENV=py35
-
python
:
3.6
env
:
TOXENV=py36
-
python
:
pypy2.7
env
:
TOXENV=pypy27
-
python
:
pypy3.5
env
:
TOXENV=pypy35
install:
-
pip install tox
+ 1
- 1
tox.ini
View File
@ -1,6 +1,6 @@
[tox]
minversion
=
1.7.2
envlist
=
flake8, py3flake8, py27, py33, py34, py35, py36
envlist
=
flake8, py3flake8, py27, py33, py34, py35, py36
, pypy27, pypy35
skip_missing_interpreters
=
true
[testenv]
Write
Preview
Loading…
Cancel
Save