Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
test with 3.6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Oct 13, 2016
1 parent 76c77cf commit deea9a2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: python
sudo: false

python:
- 3.5.1
- 3.5.2
- 3.6-dev

install:
- pip install -r requirements-dev.txt
Expand All @@ -12,11 +13,7 @@ install:
script:
- flake8
- python setup.py test --coverage -q
- if [[ $TRAVIS_PYTHON_VERSION == 3.5.1 ]]; then python setup.py test --coveralls; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.5.2 ]]; then python setup.py test --coveralls; fi

notifications:
email: false

branches:
only:
- master

0 comments on commit deea9a2

Please sign in to comment.