Skip to content

Commit 370fa54

Browse files
author
Tianhao He
committed
fix travis.yml
Signed-off-by: Tianhao He <[email protected]>
1 parent a43703f commit 370fa54

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
22
python:
3-
- "2.7.16"
4-
- "3.7.3"
3+
- "2.7"
4+
- "3.6"
55
# command to install dependencies
6-
install:
6+
install:
77
- pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six
88
- pip install -r test-requirements.txt
99
# command to run tests
10-
script: pycodestyle samples tests
11-
script: pytest
10+
script:
11+
- pycodestyle samples tests
12+
- pytest

0 commit comments

Comments
 (0)