Skip to content

Commit 117cc63

Browse files
committed
Run ACSTIS setup instead of installing requirements via PIP.
1 parent cae766a commit 117cc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
- "3.7-dev"
1313

1414
install:
15-
- pip install -r requirements.txt
15+
- python setup.py install
1616

1717
script:
1818
- python -m unittest discover

0 commit comments

Comments
 (0)