Skip to content

Commit

Permalink
Remove python section and addons from travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Święcicki authored and Tomasz Święcicki committed Jul 10, 2017
1 parent aedae98 commit 777e973
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ language: python

install: pip install tox

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

addons:
apt:
sources:
- deadsnakes
packages:
- python3.5

env:
matrix:
# consul 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion tests/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_tailf_service(session):
session=session,
service_name="tailf",
# small ttl for faster testing
ttl=SLEEP_WAIT * 4,
ttl=SLEEP_WAIT * 2,
)


Expand Down

0 comments on commit 777e973

Please sign in to comment.