Skip to content

Commit

Permalink
actualize CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Sep 9, 2020
1 parent 5dc9830 commit 551015e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -16,8 +16,8 @@ before_install:
- env
- tree
# install DepHell
# https://github.com/travis-ci/travis-ci/issues/8589
- curl https://raw.githubusercontent.com/dephell/dephell/master/install.py | /opt/python/3.7/bin/python
- curl -L dephell.org/install > install.py
- /opt/python/3.7.1/bin/python install.py --branch=master
- dephell inspect self
install:
- dephell venv create --env=$ENV --python="/opt/python/$TRAVIS_PYTHON_VERSION/bin/python"
Expand All @@ -30,18 +30,18 @@ script:
env: ENV=pytest
python:
- "3.6.7"
- "3.7"
- "3.7.1"
- "3.8"

# run flake8
matrix:
include:
- python: "3.7"
- python: "3.7.1"
env: ENV=flake8
script:
- dephell venv run --env=$ENV

- python: "3.7"
- python: "3.7.1"
env: ENV=typing
script:
- dephell venv run --env=$ENV

0 comments on commit 551015e

Please sign in to comment.