Skip to content

Commit

Permalink
Merge pull request projectmesa#699 from rht/travis
Browse files Browse the repository at this point in the history
Travis: Explicitly set the dist to be Xenial
  • Loading branch information
Corvince authored Jun 9, 2019
2 parents 223131c + a6f87a9 commit c505378
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
dist: xenial
language: python
sudo: false
os:
- linux
cache:
pip: true
python:
- "3.4"
- "3.5"
- "3.6"
# - "nightly"
- "3.7"
- "nightly"
install:
- pip install coveralls
- pip install .[dev]
Expand Down

0 comments on commit c505378

Please sign in to comment.