Skip to content

Commit

Permalink
Move travis to xenial.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichar1 committed Jan 15, 2019
1 parent b07f181 commit f6a2e4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,13 +1,12 @@
language: python
sudo: false
dist: trusty
dist: xenial
python:
- 2.7
- 3.4
virtualenv:
system_site_packages: true
- 3.5
script:
- "xvfb-run -a ./.travis/run.sh"
virtualenv:
system_site_packages: true
addons:
apt:
packages:
Expand All @@ -23,5 +22,5 @@ addons:
- gir1.2-gtk-3.0
- xvfb
install:
- pip install pep8
- pip install pycodestyle
- pip install pylint
2 changes: 1 addition & 1 deletion .travis/run.sh
Expand Up @@ -4,7 +4,7 @@ set -e
set -x

# Ignore imports not at start and line-too-long)
pep8 --ignore=E402,E501 clipster
pycodestyle --ignore=E402,E501 clipster
pylint --errors-only clipster

python tests/tests.py

0 comments on commit f6a2e4d

Please sign in to comment.