Skip to content

Commit 03f358d

Browse files
committed
fixes #134
1 parent a9c3565 commit 03f358d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ language: python
1111
python:
1212
- "3.6"
1313
- "3.7"
14-
- "nightly"
14+
# - "nightly"
1515

1616
before_script:
1717
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
@@ -25,13 +25,12 @@ before_script:
2525
- which python
2626
- which conda
2727
- python --version
28-
- pip install pyRestTable
29-
- pip install -r requirements-dev.txt
3028
- which coveralls
31-
- conda list
3229

3330
install:
3431
- pip install -r requirements.txt
32+
- pip install -r requirements-dev.txt
33+
- conda list
3534

3635
# command to run tests
3736
script:

0 commit comments

Comments
 (0)