Skip to content

Commit 06bf0f9

Browse files
committed
Corrected package name in Travis CI
1 parent 6519acb commit 06bf0f9

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
@@ -10,6 +10,6 @@ install:
1010
- pip install coveralls
1111
# Run tests
1212
script:
13-
- nosetests --with-coverage --cover-package=fits_reduce --cover-inclusive
13+
- nosetests --with-coverage --cover-package=a_star --cover-inclusive
1414
after_success:
1515
- coveralls

0 commit comments

Comments
 (0)