Skip to content

Commit cd07137

Browse files
author
ggeop
committed
Fix bdist error
1 parent f9f337e commit cd07137

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: python
2-
matrix:
2+
jobs:
33
include:
4-
- name: "Ubuntu 20.04 Job"
5-
- python:
6-
- "3.8"
7-
- os: linux
8-
- dist: focal
4+
- name: "Python 3.8 on Focal"
5+
os: linux
6+
dist: focal
7+
python: 3.8
98

109
install:
1110
- sudo bash setup.sh
1211
script:
1312
- sudo bash run_tests.sh
1413
notifications:
15-
email: false
14+
email: false

setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ echo "${green} ${activated_python_version} activated!${reset}"
7171

7272
# Install python requirements
7373
pip3 install --upgrade cython
74+
pip3 install wheel
75+
python setup.py bdist_wheel
7476
pip3 install -r $JARVIS_DIR/requirements.txt
7577

7678
RESULT=$?

0 commit comments

Comments
 (0)