Skip to content

Commit 7e811cd

Browse files
committed
tests: fix display
1 parent 62abb82 commit 7e811cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
install:
1515
- python setup.py install
1616

17-
script: py.test --display="$DISPLAY"
17+
script: py.test --display=":99.0"
1818

1919
matrix:
2020
fast_finish: true

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python MSS
22
==========
33

4-
.. image:: https://travis-ci.org/BoboTiG/python-mss.svg?branch=master
4+
.. image:: https://travis-ci.org/BoboTiG/python-mss.svg?branch=dev
55
:target: https://travis-ci.org/BoboTiG/python-mss
66

77
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.

0 commit comments

Comments
 (0)