Skip to content

Commit 282f16d

Browse files
authored
Use python3.9 and yara-python-dex (#289)
* Use python3.9 and yara-python-dex * Use focal
1 parent dd47125 commit 282f16d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
language: python
2-
dist: trusty
2+
dist: focal
33
cache:
44
pip: true
55
# directories:
66
# - $HOME/.cache/samples
77
python:
8-
- "3.6"
8+
- "3.9"
99
install:
10-
- pip install --upgrade pip
11-
- pip install wheel
12-
- pip wheel --wheel-dir=/tmp/yara-python --build-option="build" --build-option="--enable-dex" git+https://github.com/VirusTotal/yara-python.git@v3.11.0
13-
- pip install --no-index --find-links=/tmp/yara-python yara-python
10+
- pip install --upgrade pip wheel setuptools
1411
- pip install -e .[dev,test]
1512
- pip install --upgrade pytest factory_boy
1613
script:

0 commit comments

Comments
 (0)