We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62abb82 commit 7e811cdCopy full SHA for 7e811cd
.travis.yml
@@ -14,7 +14,7 @@ before_install:
14
install:
15
- python setup.py install
16
17
-script: py.test --display="$DISPLAY"
+script: py.test --display=":99.0"
18
19
matrix:
20
fast_finish: true
README.rst
@@ -1,7 +1,7 @@
1
Python MSS
2
==========
3
4
-.. image:: https://travis-ci.org/BoboTiG/python-mss.svg?branch=master
+.. image:: https://travis-ci.org/BoboTiG/python-mss.svg?branch=dev
5
:target: https://travis-ci.org/BoboTiG/python-mss
6
7
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
0 commit comments