Skip to content

Commit

Permalink
Make travis more explicit and fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware committed Apr 16, 2020
1 parent 2f450c1 commit f528a10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,6 +1,8 @@
# .travis.yml file based on:
# https://gist.github.com/dan-blanchard/7045057

os: linux
dist: xenial
language: python
python:
- 3.6
Expand Down Expand Up @@ -49,9 +51,6 @@ script:
after_script:
- coveralls

# necessary to run on new container-based infrastructure
sudo: false

cache:
directories:
- $HOME/download
Expand Down

0 comments on commit f528a10

Please sign in to comment.