Skip to content

Commit

Permalink
Update CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimegildesagredo committed Oct 25, 2018
1 parent 12bc950 commit 002fe6b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
- pypy3.5

sudo: false

Expand All @@ -15,11 +16,7 @@ install:
- pip install -r test-requirements.txt

script:
- PYTHONPATH=$PYTHONPATH:. mamba -s 0.0001

# PyPI deploy workaround based on: https://github.com/travis-ci/dpl/issues/299
before_deploy:
- pip install twine
- mamba

deploy:
provider: pypi
Expand All @@ -30,4 +27,4 @@ deploy:
on:
tags: true
repo: jaimegildesagredo/expects
python: 3.4
python: 3.7

0 comments on commit 002fe6b

Please sign in to comment.