Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
ugh travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxasjsm committed Oct 16, 2018
1 parent fa24ec7 commit 7d5a346
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ branches:
- networkx2
- master


before_install:
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
Expand All @@ -27,9 +26,6 @@ before_install:
- conda install --yes pip nose
- pip install nose-timer


install: yes

script:
- nosetests -v
- python setup.py install
Expand Down

0 comments on commit 7d5a346

Please sign in to comment.