Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Fixes typo in excluded tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabacon committed Sep 27, 2017
1 parent 7ae0a87 commit 61007b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install:
- pip$PY install coveralls

# command to run tests
script: export OMP_NUM_THREADS=1 && pytest openfermionprojectq --cov openfermionprojectq -k "not ffft_test and not low_depth_trotter_simmulation_test"
script: export OMP_NUM_THREADS=1 && pytest openfermionprojectq --cov openfermionprojectq -k "not ffft_test and not low_depth_trotter_simulation_test"

after_success:
- coveralls

0 comments on commit 61007b2

Please sign in to comment.