Skip to content

Commit

Permalink
Move torch tests into future
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshiyu committed Jul 1, 2019
1 parent 002a486 commit 178db17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -73,7 +73,7 @@ script:
# Tests for certification code require Tensorflow 1.9 or higher,
# thus skipping these tests for lower version of Tensorflow.
- if [[ "$PYTORCH" == True ]]; then
nosetests --nologcapture -v --stop tests_pytorch;
nosetests --nologcapture -v --stop cleverhans/future/torch/tests;
elif [[ "$PYTORCH" == False ]]; then
if [[ "$TENSORFLOW_V" == "1.8.0" ]]; then
nosetests -v --nologcapture --stop --exclude-dir=cleverhans/experimental/certification cleverhans;
Expand Down
File renamed without changes.

0 comments on commit 178db17

Please sign in to comment.