Skip to content

Commit b878e93

Browse files
committed
no matrix build just multiple python versions + fix typo in env var
1 parent 1797533 commit b878e93

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

.travis.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
dist: xenial
22
language: python
3+
4+
python:
5+
- 3.6
6+
- 3.7
7+
38
cache: apt
49

510
addons:
@@ -22,20 +27,8 @@ install:
2227
- pip install -r requirements.txt
2328
- pip install -e .[all]
2429

25-
script: cd $WORK_DIR && eval $TEST_CMD
26-
27-
matrix:
28-
include:
29-
- name: "python-3.6"
30-
python: 3.6
31-
env:
32-
- WORK_DIR="."
33-
- TEST_CMD="bash scripts/test.sh"
34-
- name: "python-3.7"
35-
python: 3.7
36-
env:
37-
- WORK_DIR="."
38-
- TEST_CMD="bash scripts/test.sh"
30+
script:
31+
- bash scripts/test.sh
3932

4033
before_deploy:
4134
- sudo apt update
@@ -46,7 +39,7 @@ before_deploy:
4639
deploy:
4740
provider: pypi
4841
user: $PYPI_USER
49-
password: $ PYPI_PASS
42+
password: $PYPI_PASS
5043
distributions: "bdist_wheel"
5144
on:
5245
repo: rmorshea/idom

0 commit comments

Comments
 (0)