Skip to content

Commit

Permalink
ci: Update travis config format
Browse files Browse the repository at this point in the history
  • Loading branch information
riddella committed Aug 17, 2020
1 parent a0fcfb0 commit ea2353c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,9 +1,12 @@
version: ~> 1.0
language: python
dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
python: 3.7
jobs:
- python: 3.6
- python: 3.8
- python: 3.9-dev
cache: pip
before_install:
# use Anaconda to get compiled versions of scipy and numpy,
# modified from https://gist.github.com/dan-blanchard/7045057
Expand Down

0 comments on commit ea2353c

Please sign in to comment.