Skip to content

Commit 253ca42

Browse files
authored
Merge pull request huggingface#20 from rodgzilla/fixing_travis
Removing python 2.7 check from Travis.
2 parents 55ba4d7 + 90bbbf0 commit 253ca42

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
@@ -2,7 +2,7 @@ group: travis_latest
22
language: python
33
cache: pip
44
python:
5-
- 2.7
5+
#- 2.7
66
- 3.6
77
#- nightly
88
#- pypy

0 commit comments

Comments
 (0)