diff options
author | Kane Blueriver <kxxoling@gmail.com> | 2015-05-28 22:28:36 +0800 |
---|---|---|
committer | Kane Blueriver <kxxoling@gmail.com> | 2015-05-28 22:28:36 +0800 |
commit | 268ef4ea5349f212fe76476d727923f55c32251e (patch) | |
tree | 098a95ee62a7b81441c592a7d7eb31a4d918347a | |
parent | e4287eb226c27318756eae4f60b497a5baace5dd (diff) | |
download | python-prettytable-ptable-release/0.9.tar.gz |
Fix requirementrelease/0.9
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8dab6c3..ad6325c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - "3.4" install: - - "pip install nosetests" + - "pip install nose" script: make test |