Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Update of Travis-ci configuration
Browse files Browse the repository at this point in the history
I reordered the config file for more clarity. I added as well the
installation of coveralls to be sure to run it after the test suite is
successful.

Signed-off-by: Matthieu Berjon <matthieu@berjon.net>
  • Loading branch information
mattberjon committed Nov 27, 2017
1 parent 8f43248 commit 2949f04
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
env: TRAVIS_DIST=precise
language: python
python: 2.7

before_script:
- sudo apt-get update -qq
- sudo apt-get install -y python3-tk

env:
- TOXENV=py27

install:
- pip install -U tox coveralls
language: python
python:
- 3.5
- 3.4
- 3.3
- 2.7

script: tox -e ${TOXENV}

deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand All @@ -21,14 +43,6 @@ deploy:
python: 2.7
repo: mattberjon/fip
tags: true
install: pip install -U tox-travis
language: python
python:
- 3.5
- 3.4
- 3.3
- 2.7
script: tox

after_success:
- coveralls

0 comments on commit 2949f04

Please sign in to comment.