Skip to content

Commit

Permalink
Back to regular
Browse files Browse the repository at this point in the history
  • Loading branch information
abagshaw committed Feb 26, 2018
1 parent 993e384 commit 784b155
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ sudo: required

language: python
python:
- "3.6.1"
- "3.6"

cache:
directories:
- bin #cache .weights files

# command to install dependencies
install:
- sudo pip install -r test/requirements-testing.txt
- pip install pytest-faulthandler
- pip install -r test/requirements-testing.txt
- pip install -e .

# command to run tests
Expand Down

0 comments on commit 784b155

Please sign in to comment.