Skip to content

Commit

Permalink
fixes #137
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 10, 2019
1 parent 5c7baa2 commit 15683a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ python:
- "3.7"
# - "nightly"

# see https://github.com/BCDA-APS/apstools/issues/137#ref-commit-5c7baa2
# install:
# - pip install -r requirements.txt

before_script:
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
Expand All @@ -30,9 +34,6 @@ before_script:
- python --version
- which coveralls

# install:
# - pip install -r requirements.txt

# command to run tests
script:
- which coverage
Expand Down

0 comments on commit 15683a8

Please sign in to comment.