Skip to content

Commit ada0d0b

Browse files
committed
travis config: use nose instead of py.test
1 parent d93bb47 commit ada0d0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ python:
44
- "3.4"
55
- "3.5"
66
# - "3.6"
7-
#install:
8-
# - pip install .
9-
script: py.test
7+
install:
8+
- pip install .
9+
script: nosetests

0 commit comments

Comments
 (0)