Skip to content

Commit

Permalink
travis config, removed TOXENV from config
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed May 3, 2017
1 parent 85057c5 commit e1c4d7a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@ language: python
python:
- "3.5"
- "3.6"
matrix:
fast_finish: true
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install: pip install -U tox
script: tox -e ${TOXENV}
script: tox
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit e1c4d7a

Please sign in to comment.