Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
sudo: true
dist: trusty
os: linux

language: python
language: python

os:
- linux
python:
- "2.7"
- "3.8"

env:
matrix:
- TASK=lint

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't aware that this goes here without the matrix.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(matrix is EOL in favour of jobs)

- TASK=nosetests
- TASK=lint
- TASK=nosetests

cache:
apt: true
Expand All @@ -28,11 +27,10 @@ addons:
- python3-numpy
- python3-scipy

python:
- "2.7"
- "3.4"
before_install:
- pip install pylint
- pylint .

install:
- source scripts/travis_install.sh
install: source scripts/travis_install.sh

script: source scripts/run_tests.sh