Skip to content

Commit 9d79bd7

Browse files
authored
Merge pull request #148 from tianhao64/master
update python test versions
2 parents b8ef68d + 370fa54 commit 9d79bd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: python
22
python:
3-
- "2.7.13"
3+
- "2.7"
44
- "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
12-
10+
script:
11+
- pycodestyle samples tests
12+
- pytest

0 commit comments

Comments
 (0)