Skip to content

Commit c50d489

Browse files
committed
.travis.yml: fix syntax
1 parent 1ccd206 commit c50d489

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python:
33
- "2.5"
44
- "2.6"
55
- "2.7"
6-
install:
7-
- echo "nothing to install: python-ecdsa is pure-python and has no dependencies"
6+
install: true
87
script:
98
- python setup.py test

0 commit comments

Comments
 (0)