We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1797533 commit b878e93Copy full SHA for b878e93
1 file changed
.travis.yml
@@ -1,5 +1,10 @@
1
dist: xenial
2
language: python
3
+
4
+python:
5
+ - 3.6
6
+ - 3.7
7
8
cache: apt
9
10
addons:
@@ -22,20 +27,8 @@ install:
22
27
- pip install -r requirements.txt
23
28
- pip install -e .[all]
24
29
25
-script: cd $WORK_DIR && eval $TEST_CMD
26
-
-matrix:
- include:
- - 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
37
38
+script:
+ - bash scripts/test.sh
39
40
before_deploy:
41
- sudo apt update
@@ -46,7 +39,7 @@ before_deploy:
46
deploy:
47
provider: pypi
48
user: $PYPI_USER
49
- password: $ PYPI_PASS
42
+ password: $PYPI_PASS
50
43
distributions: "bdist_wheel"
51
44
on:
52
45
repo: rmorshea/idom
0 commit comments