Skip to content

Commit fd9b86b

Browse files
authored
Merge pull request #21 from tianhao64/master
update travis-ci file
2 parents 46b7c42 + c03e86b commit fd9b86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "3.6"
55
# command to install dependencies
66
install:
7-
- pip install -r requirements.txt
7+
- pip install -r requirements.txt --upgrade --ignore-installed six
88
- pip install -r test-requirements.txt
99
- pip install pycodestyle
1010
# command to run tests

0 commit comments

Comments
 (0)