Skip to content

Commit bb0fd40

Browse files
authored
Merge pull request #77 from BastienTr/remove_slow_flag
Remove slow flag in Travis configuration file
2 parents b104c99 + 69056ba commit bb0fd40

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
@@ -31,7 +31,7 @@ install:
3131
- python setup.py install
3232
script:
3333
# Your test script goes here
34-
- nosetests -a '!slow' --with-coverage --cover-package=commpy --logging-level=INFO
34+
- nosetests --with-coverage --cover-package=commpy --logging-level=INFO
3535
# Calculate coverage
3636
after_success:
3737
- coveralls

0 commit comments

Comments
 (0)