Skip to content

Commit a23ab54

Browse files
author
jbiggsets
committed
fixing travis
1 parent 853eb51 commit a23ab54

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ language: python
22
python:
33
- 3.7
44
env:
5-
- TESTFILES="tests/test_expected_confirmatory_factor_analyer.py"
6-
- TESTFILES="tests/test_expected_factor_analyzer.py"
7-
- TESTFILES="tests/test_expected_rotator.py"
8-
- TESTFILES="tests/test_factor_analyzer.py"
9-
- TESTFILES="tests/test_utils.py"
5+
- TESTFILES="tests/test_expected_confirmatory_factor_analyer.py tests/test_factor_analyzer.py"
6+
- TESTFILES="tests/test_expected_factor_analyzer.py tests/test_expected_rotator.py tests/test_utils.py"
107

118
# run on the new Travis infrastructure
129
sudo: false

0 commit comments

Comments
 (0)