Skip to content

Commit

Permalink
Merge pull request #77 from ltalirz/pypi-py38
Browse files Browse the repository at this point in the history
fix travis build
  • Loading branch information
ml-evs committed Nov 11, 2019
2 parents 187c1f8 + 1c83073 commit b13e11c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ language: python
cache: pip
python:
- "3.7"
- "3.8"
install:
- pip install -e .
- pip install -r requirements.txt
Expand All @@ -29,8 +30,6 @@ jobs:
- stage: deploy
# Make sure the tag is valid semver
if: "tag =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+(a|b|rc)?[0-9]*$"
services: ignore
addons: skip
python: 3.7
before_install: skip
install: skip
Expand Down

0 comments on commit b13e11c

Please sign in to comment.