Skip to content

Commit

Permalink
Travis: support only 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 20, 2019
1 parent aeed208 commit b97264f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: python
python:
- 2.7
- 3.5
- 3.6
- pypy3.5
- 3.6
- 3.7
- '3.8-dev'
install:
- pip install -e .
- pip install coveralls nose requests-mock
# Temporary until https://github.com/eweast/BencodePy/pull/5 is merged
- 'pip install --upgrade -e git+https://github.com/Tatsh/BencodePy.git@py2#egg=bencodepy'
- pip install -e .
- pip install coveralls nose requests-mock
# Temporary until https://github.com/eweast/BencodePy/pull/5 is merged
- 'pip install --upgrade -e git+https://github.com/Tatsh/BencodePy.git@py2#egg=bencodepy'
script:
- coverage run --source=xirvik '--omit=xirvik/test/*' -m nose -x
after_success:
coveralls
- coverage run --source=xirvik '--omit=xirvik/test/*' -m nose -x
after_success: coveralls

0 comments on commit b97264f

Please sign in to comment.