Skip to content

Commit

Permalink
travis: Build on Ubuntu 16.04 instead of 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Feb 18, 2019
1 parent 715d577 commit 8665485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: python
python:
- "3.6"
Expand All @@ -11,8 +12,7 @@ install:
script: nosetests --with-coverage --with-doctest
after_success:
- coveralls --config_file .coveragerc
sudo: false
addons:
apt:
packages:
- graphviz
- graphviz

0 comments on commit 8665485

Please sign in to comment.