Commit Graph

849 Commits

Author SHA1 Message Date
enkore
6cdbcc8ede This seems to be different behaviour between py.test and nose
nosetests problably switched to the current tests directory before executing them.
2014-10-17 16:25:04 +02:00
enkore
95718c27a8 Remember when we switched to py.test? Yeah well, we lost half the tests on the way there. 2014-10-17 16:12:59 +02:00
enkore
34a71d8fd4 Fix as per https://github.com/travis-ci/travis-ci/issues/2231#issuecomment-41879005 2014-10-17 14:32:54 +02:00
enkore
a08dd924c4 Ok, this doesn't seem to be possible with Python 3.3. Great! 2014-10-17 13:21:27 +02:00
enkore
a7bfb0e7a5 This should go into the python section, not the virtualenv section. 2014-10-17 13:16:49 +02:00
enkore
17e60c341c Maybe like this? 2014-10-17 13:12:27 +02:00
enkore
c3f1f27186 Aha, now that's interesting.
The isolated venv was then probably the reason why pip didn't see
python3-sphinx in https://travis-ci.org/enkore/i3pystatus/builds/38247577
2014-10-17 13:01:04 +02:00
enkore
8a4d43c86d Make CI builds less noisy 2014-10-17 12:56:46 +02:00
enkore
5c9e7ec502 pip doesn't detect dist-package for some reason. 2014-10-17 12:53:38 +02:00
enkore
828dc08763 Rename requirements.txt to dev-...txt to clarify that these are NOT core dependencies.
(Installing packaged sphinx should speed up CI builds significantly and pip
should figure out it doesn't need to install it.)
2014-10-17 12:23:02 +02:00
enkore
31aa3119bd Remove IDEA project altogether. 2014-10-17 12:19:31 +02:00
enkore
4ebf891983 That doesn't belong here. 2014-10-17 11:21:21 +02:00
enkore
a2bb10443c mimimi - 1.5.6 doesn't complain about that. interesting. 2014-10-14 17:40:16 +02:00
enkore
a0a557de9d PEP 8 (I'm bored): tests/test_core_util 2014-10-14 16:53:15 +02:00
enkore
f18ee346c8 PEP 8 (I'm bored): pulseaudio 2014-10-14 16:53:09 +02:00
enkore
9e06145389 PEP 8 (I'm bored): core/util 2014-10-14 16:51:58 +02:00
enkore
b2b34ad81a PEP 8 (I'm bored): core/modules 2014-10-14 16:50:40 +02:00
enkore
8db7b1d160 PEP 8 (I'm bored): core/io 2014-10-14 16:50:08 +02:00
enkore
2bba406485 CI: run pep8 utility on tree 2014-10-14 16:49:08 +02:00
enkore
3b3b716307 PEP 8 (I'm bored): mail.notmuchmail 2014-10-14 16:47:19 +02:00
enkore
2346d82ed8 PEP 8 (I'm bored): weather 2014-10-14 16:44:56 +02:00
enkore
d1725228d0 PEP 8 (I'm bored): uptime 2014-10-14 16:44:40 +02:00
enkore
ac58db5811 PEP 8 (I'm bored): text 2014-10-14 16:43:29 +02:00
enkore
f7d95a28a0 PEP 8 (I'm bored): shell 2014-10-14 16:43:15 +02:00
enkore
d782621696 PEP 8 (I'm bored): reddit 2014-10-14 16:43:02 +02:00
enkore
7b12be077d PEP 8 (I'm bored): parcel 2014-10-14 16:41:27 +02:00
enkore
1d46cde704 PEP 8 (I'm bored): now_playing 2014-10-14 16:41:06 +02:00
enkore
45e0a13cf5 PEP 8 (I'm bored): network_traffic 2014-10-14 16:40:15 +02:00
enkore
a07539f126 PEP 8 (I'm bored): network 2014-10-14 16:38:36 +02:00
enkore
29a0278bc5 PEP 8 (I'm bored): mpd 2014-10-14 16:37:48 +02:00
enkore
c596f1b5f6 PEP 8 (I'm bored): mem 2014-10-14 16:37:04 +02:00
enkore
89fd73d9c0 PEP 8 (I'm bored): disk 2014-10-14 16:37:02 +02:00
enkore
69a62726f4 PEP 8 (I'm bored): cpu_usage_graph 2014-10-14 16:35:22 +02:00
enkore
54bae95804 PEP 8 (I'm bored): bitcoin 2014-10-14 16:35:15 +02:00
enkore
f6e910c114 PEP 8 (I'm bored): battery 2014-10-14 16:32:07 +02:00
enkore
146b952180 now_playing: hide_no_player option 2014-10-14 16:28:09 +02:00
enkore
7c6561c854 close #130 2014-10-12 18:13:59 +02:00
enkore
dcbb73db4a Merge branch 'facetoe-mail' 2014-10-12 16:51:33 +02:00
enkore
1fd3b748a5 ... 2014-10-12 16:50:50 +02:00
enkore
d481b62c44 .... 2014-10-12 16:27:07 +02:00
facetoe
a5915a0999 Document how to switch focus to mail client on left click. 2014-10-12 21:50:52 +08:00
enkore
cf4bd30448 .... 2014-10-12 14:42:12 +02:00
enkore
850c0f11dc Update i3pystatus.rst 2014-10-12 14:37:19 +02:00
enkore
057e29d8a8 Update module_docs.py 2014-10-12 14:29:54 +02:00
enkore
632eb3b233 Update README.rst 2014-10-12 13:45:51 +02:00
enkore
04864392f9 Merge pull request #127 from facetoe/pulseaudio
Pulseaudio
2014-10-12 13:43:08 +02:00
facetoe
c554244157 Merge https://github.com/enkore/i3pystatus into pulseaudio
Conflicts:
	i3pystatus/pulseaudio/__init__.py
2014-10-12 19:36:52 +08:00
facetoe
556eed9fde Added toggle mute/unmute on left click, increment/decrement volume on
scroll.
2014-10-12 19:30:21 +08:00
facetoe
27182f3196 Added optional volume_bar and colors. 2014-10-12 18:14:47 +08:00
enkore
70b562be0c formatting 2014-10-12 11:37:33 +02:00