Skip to content

Commit

Permalink
Merge c4a832b into 21f4a86
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 authored Dec 21, 2020
2 parents 21f4a86 + c4a832b commit 896bce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

matrix:
include:
Expand All @@ -18,7 +19,7 @@ matrix:
after_success: skip

- name: Future
python: "3.8"
python: "3.9"
before_script:
# install dev versions of important packages
- pip install -U \
Expand All @@ -44,6 +45,7 @@ services:

install:
- sudo apt-get update
- apt list --installed

# install conda
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand All @@ -65,7 +67,7 @@ install:

# install package
- echo "INSTALLING NEUROTIC"
- python setup.py install
- pip install -e .

before_script:
# list versions
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering',
],
)

0 comments on commit 896bce5

Please sign in to comment.