Skip to content

Commit

Permalink
#98 python for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 8a4d19d commit b18a75b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Expand Up @@ -3,20 +3,21 @@ sudo: false
cache:
directories:
- $HOME/.m2
python:
- "3.8"
addons:
apt:
sources:
- deadsnakes
packages:
- python3.8
- libmagic1
- libmagic-dev
script:
- set -e
- pip install aibolit==1.2.3rc1
- pdd --source=$(pwd) --file=/dev/null
- est --dir=est --file=/dev/null
- aibolit check --folder=src/main
- mvn clean install -Pqulice --errors --batch-mode
addons:
apt:
packages:
- libmagic1
- libmagic-dev
before_install:
- rvm install 2.6.0
- rvm use 2.6.0
Expand Down

0 comments on commit b18a75b

Please sign in to comment.