Commit cdd3a287 authored by Daniel Williams's avatar Daniel Williams
Browse files

Corrected the test script statement.

parent 7c6ce28f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -57,7 +57,8 @@ install:
  - python setup.py build

script:
  - . .travis/run-tests.sh
  - coverage run setup.py test
  # - . .travis/run-tests.sh
  - pip install .

after_success: