Skip to content

Commit

Permalink
fixes #134
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 7, 2019
1 parent a9c3565 commit 03f358d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ language: python
python:
- "3.6"
- "3.7"
- "nightly"
# - "nightly"

before_script:
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand All @@ -25,13 +25,12 @@ before_script:
- which python
- which conda
- python --version
- pip install pyRestTable
- pip install -r requirements-dev.txt
- which coveralls
- conda list

install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- conda list

# command to run tests
script:
Expand Down

0 comments on commit 03f358d

Please sign in to comment.