Skip to content

Commit 6e253dc

Browse files
fix travis conf file
1 parent beb3a17 commit 6e253dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ python:
1010

1111
# command to install dependencies
1212
install:
13-
- pip install -r requirements.txt
14-
- pip install -r requirements-dev.txt
13+
- python -m pip install -e .[testing]
14+
- python -m pip install flake8
1515

1616
# command to run tests
1717
script:

0 commit comments

Comments
 (0)