Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Flip travis to py3 >= 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Feb 14, 2018
1 parent ec599b6 commit 4a201c7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
sudo: false
notifications:
irc:
channels: "chat.freenode.net#firedrake"
skip_join: true
on_success: change
on_failure: always
template: "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} | %{build_url}"
language: python
python:
- "3.4"
- "3.5"
- "3.6"

before_install:
- pip install --upgrade pip
- pip install flake8
- pip install pytest

Expand Down

0 comments on commit 4a201c7

Please sign in to comment.