Skip to content

Commit

Permalink
Added pip cache to Travis conf and fixed yet more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahaja committed Jul 4, 2015
1 parent 5542a06 commit 8eabf24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
cache: pip
python:
- "2.6"
- "2.7"
Expand All @@ -7,4 +8,5 @@ install:
script:
coverage run --source=psdash setup.py test
after_success:
coveralls
coveralls

2 changes: 1 addition & 1 deletion tests/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_get_process(self):
'created', 'mem_rss', 'mem_shared', 'mem_text',
'mem_lib', 'mem_data', 'mem_dirty', 'mem_percent',
'terminal', 'nice', 'io_nice_class', 'io_nice_value',
'num_thread', 'num_files', 'num_chidren', 'cwd',
'num_threads', 'num_files', 'num_children', 'cwd',
'num_ctx_switches_invol', 'num_ctx_switches_vol',
'cpu_times_user', 'cpu_times_system', 'cpu_affinity',
'cpu_percent']
Expand Down

0 comments on commit 8eabf24

Please sign in to comment.