Skip to content

Commit

Permalink
Merge pull request #228 from NatLibFi/travis-xenial
Browse files Browse the repository at this point in the history
Switch to Xenial build system in Travis; test on Python 3.7 too
  • Loading branch information
osma authored Jan 14, 2019
2 parents f832845 + a32fbc6 commit 97af492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
dist: xenial
language: python
python:
- '3.5'
- '3.6'
- '3.7'
cache: pip
before_install:
- export BOTO_CONFIG=/dev/null
Expand Down

0 comments on commit 97af492

Please sign in to comment.