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

Commit

Permalink
Merge pull request #102 from das7pad/travis/refactor-stages
Browse files Browse the repository at this point in the history
[travis] refactor stages
  • Loading branch information
das7pad committed Feb 1, 2019
2 parents 4834937 + cc5f071 commit ccfbb25
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
Expand Up @@ -15,6 +15,15 @@ matrix:
sudo: true
# workaround py3.7 end

install: make install venv=$VIRTUAL_ENV
before_install:
- $VIRTUAL_ENV/bin/pip install --upgrade 'pip<19'

script: make test venv=$VIRTUAL_ENV
install:
- make venv-dev venv=$VIRTUAL_ENV

before_script:
- make lint venv=$VIRTUAL_ENV
- make test-only venv=$VIRTUAL_ENV

script:
- make install venv=$VIRTUAL_ENV

0 comments on commit ccfbb25

Please sign in to comment.