Skip to content

Commit

Permalink
adjusted travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianneubauer committed Dec 1, 2017
1 parent b55bd34 commit 4c84815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: python
python:
- '2.7'
- '3.5'
- '3.6'
services:
- docker
Expand All @@ -21,6 +23,7 @@ install:
- pip install -r test-requirements-pinned.txt
- pip install pyscaffold
- pip install coveralls
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install configparser; fi
- pip install -e .[docker]
- pip freeze

Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ description-file = README.rst
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifier =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6


[entry_points]
# Add here console scripts like:
Expand Down

0 comments on commit 4c84815

Please sign in to comment.