Skip to content

Commit

Permalink
Merge branch 'cclauss-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Sep 3, 2017
2 parents cb2529e + dff144f commit 634422f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

before_install:
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Links:

Features:
- python wrapper
- supported python versions: 2.7, 3.3, 3.4, 3.5
- supported python versions: 2.7, 3.3, 3.4, 3.5, 3.6
- back-ends: Xvfb_, Xephyr_, Xvnc_

.. warning:: at least one back-end should be installed
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Vagrant.configure(2) do |config|
# install python versions
sudo add-apt-repository --yes ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install -y python2.7-dev python3.3-dev python3.4-dev python3.5-dev
sudo apt-get install -y python2.7-dev python3.3-dev python3.4-dev python3.5-dev python3.6-dev
# tools
sudo apt-get install -y mc python-pip xvfb
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]

install_requires = ['EasyProcess']
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[tox]
envlist = py27,py33,py34,py35
envlist = py27,py33,py34,py35,py36

[testenv]
changedir=tests
Expand Down

0 comments on commit 634422f

Please sign in to comment.