Stefano Cossu
7 years ago
1 changed files with
1 additions and
1 deletions
-
1
1
.travis.yml
|
@@ -3,6 +3,6 @@ python:
|
|
- "3.5"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "3.6"
|
|
install:
|
|
install:
|
|
- - pip -e .
|
|
|
|
|
|
+ - pip install -e .
|
|
script:
|
|
script:
|
|
- python setup.py test
|
|
- python setup.py test
|