Skip to content

Commit ff0b952

Browse files
author
Devyn Stott
committed
chore(travis): get travisci working and running, Round 2
1 parent 3e263c2 commit ff0b952

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.6"
54
# command to install dependencies
65
install:
76
- pip install .
87
- pip install -r requirements.txt
98
# command to run tests
10-
script: pytest
9+
script: python -m pytest .

0 commit comments

Comments
 (0)