Skip to content

Commit

Permalink
install *this* version of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
cglewis committed Jul 18, 2018
1 parent 65c301e commit 2229ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- stage: test
script: docker build -f Dockerfile.base .
- script: find . -name requirements.txt -type f -exec pip3 install -r {} \; && pip3 uninstall -y poseidonml && pytest -l -s -v --cov=tests/ --cov=utils/ --cov=DeviceClassifier/ --cov-report term-missing -c .coveragerc
- script: find . -name requirements.txt -type f -exec pip3 install -r {} \; && pip3 uninstall -y poseidonml && pip3 install . && pytest -l -s -v --cov=tests/ --cov=utils/ --cov=DeviceClassifier/ --cov-report term-missing -c .coveragerc
before_install:
- sudo apt-get update
- sudo apt-get install docker-ce
Expand Down

0 comments on commit 2229ff7

Please sign in to comment.