Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Nov 23, 2018
1 parent cec63e9 commit 8cb6fce
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
language: python

script: python setup.py test
script:
- python setup.py test

jobs:
include:
- stage: test
python: 3.6
-
- # same stage name (test)
python: 3.7
dist: xenial
sudo: true
- stage: code coverage
python: 3.7
dist: xenial
sudo: true
install: pip install coveralls
script:
- coverage run --source=minpkg setup.py test
- coveralls
- stage: Pypi Upload
python: 3.7
dist: xenial
Expand Down

0 comments on commit 8cb6fce

Please sign in to comment.