aviau / python-pass

For fun - I have decided to write pass in python
http://aviau.github.io/python-pass/
GNU General Public License v3.0
36 stars 17 forks source link

Fix xclip on Travis. #22

Open prabi opened 5 years ago

prabi commented 5 years ago

I started Xvfb and set up the DISPLAY environment variable on Travis, so xclip tests can be run.

Also sorry for chiming in on an earlier pull request by referencing it, it was unintentional.

aviau commented 5 years ago

nicee!

Would it work if we put export DISPLAY=:99.0 in before_script? So that we wouldn't have to copy it to every env.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+3.7%) to 95.149% when pulling e76ec57d6d27ad4d593140eb3e475a99fc7bda4f on prabi:fix_test_envs into 18452291fe07a5ff938b31f7d0b1196cd2060998 on aviau:master.

prabi commented 5 years ago

Seems like it would. :-)