We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd47125 commit 282f16dCopy full SHA for 282f16d
.travis.yml
@@ -1,16 +1,13 @@
1
language: python
2
-dist: trusty
+dist: focal
3
cache:
4
pip: true
5
# directories:
6
# - $HOME/.cache/samples
7
python:
8
- - "3.6"
+ - "3.9"
9
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
+ - pip install --upgrade pip wheel setuptools
14
- pip install -e .[dev,test]
15
- pip install --upgrade pytest factory_boy
16
script:
0 commit comments