Skip to content

Commit

Permalink
no longer test dev dependencies on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jan 13, 2018
1 parent 628d5bb commit 0c9cc0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion connexion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def _required_lib(exec_info, *args, **kwargs):
Api = FlaskApi

# This version is replaced during release process.
__version__ = '1.3'
__version__ = '2018.0.dev1'
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ envlist =
flake8

[tox:travis]
pypy=pypy
2.7=py27
3.4=py34
3.5=py35,isort-check,isort-check-examples,isort-check-tests,flake8
3.6=py36
pypy=pypy-min,pypy-pypi
2.7=py27-min,py27-pypi
3.4=py34-min,py34-pypi
3.5=py35-min,py35-pypi
3.6=py36-min,py36-pypi,isort-check,isort-check-examples,isort-check-tests,flake8

[testenv]
setenv=PYTHONPATH = {toxinidir}:{toxinidir}
Expand Down

0 comments on commit 0c9cc0d

Please sign in to comment.