We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853eb51 commit a23ab54Copy full SHA for a23ab54
.travis.yml
@@ -2,11 +2,8 @@ language: python
2
python:
3
- 3.7
4
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"
+ - TESTFILES="tests/test_expected_confirmatory_factor_analyer.py tests/test_factor_analyzer.py"
+ - TESTFILES="tests/test_expected_factor_analyzer.py tests/test_expected_rotator.py tests/test_utils.py"
10
11
# run on the new Travis infrastructure
12
sudo: false
0 commit comments