Skip to content

Commit 66dc305

Browse files
author
cclauss
authored
pip install pycocotools is broken in Travis CI
1 parent 0d86027 commit 66dc305

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
group: travis_latest
2+
language: python
3+
cache: pip
4+
python:
5+
- 2.7
6+
- 3.6
7+
install:
8+
- pip install --upgrade pip
9+
- pip install pycocotools
10+
script:
11+
- true

0 commit comments

Comments
 (0)