Skip to content

Commit

Permalink
travis matrix config second time
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed May 3, 2017
1 parent 3257787 commit 0382d02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
python:
- "3.6"
- "3.5"
env:
- TOXENV=py36
- TOXENV=py35
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install: pip install -U tox
script: tox
script: tox -e ${TOXENV}
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 0382d02

Please sign in to comment.