Skip to content

Commit

Permalink
Cleaning up install steps for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Mar 18, 2020
1 parent 16db62b commit 9f0bf00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ install:
- cat install.txt | xargs sudo apt-get install -y
- pip install -r requirements.txt
- pip3 install -r requirements.txt
- pip install mypy
- pip3 install mypy

# This stage is run against everything in the matrix (so every python version)
Expand All @@ -36,9 +35,6 @@ jobs:
# the stage name) just to run statick
- stage: self_check
python: '3.8'
install:
- cat install.txt | xargs sudo apt-get install -y
- pip install -r requirements.txt
script:
- statick . --profile self_check.yaml
- mypy --ignore-missing-imports statick_tool/
Expand Down

0 comments on commit 9f0bf00

Please sign in to comment.